Problem
Let $X_1, \ldots,X_n \sim K$ i.i.d random variables on $\mathbb{R}^d$, and let $$ \beta_{n,k} = \{ (x_1,\ldots,x_k) \in \{ X_1, \ldots,X_n\}^k \mid i \neq j, x_i \neq x_j \forall i,j \in \{1,\ldots,n\}\} $$ be the set of all $k$-tuples from the $n$ random variables with no repetition in both indices and values. Now for $f_n : \mathbb{R}^{d\times k} \rightarrow \mathbb{R}$ be measurable and define the random measure $$ Z = \frac{1}{k!}\sum_{x \in \beta_{n,k}} \delta_{f_n(x)} $$ and my goal is now to find the intensity measure $\Theta$ of this i.e. compute $\Theta(A):= E[Z(A)]$ for any $A \in \mathcal{B}(\mathbb{R}^d)$.
Attempt
I believe it is possible to show that
$$ E[Z(A)] = \frac{n_{(k)}}{k!} \int_{\mathbb{R}^{d\times k}} 1_A(f_n(x)) K^k(dx) $$ which would also suffice for my purposes. Here $n_{(k)} := n\cdot(n-1)\cdot \ldots\cdot(n-k+1)$. Using Campbell's formula and that $\{ X_1, \ldots,X_n\}^k$ has intensity measure $K^k$ (by independence and identical distribution) , we get that \begin{align*} E[Z(A)] &= \frac{1}{k!}E\bigg[\sum_{x \in \beta_{n,k}} \delta_{f_n(x)}(A)\bigg] \\ & = \frac{1}{k!}E\bigg[\sum_{x \in \{ X_1, \ldots,X_n\}^k} 1_{\beta_{n,k}}(x) 1_A(f_n(x))\bigg] \\ &= \frac{1}{k!} \int_{\mathbb{R}^{d\times k}} \sum_{x \in \{ X_1, \ldots,X_n\}^k} 1_{\beta_{n,k}}(x) 1_A(f_n(x)) K^k(dx), \end{align*} but this is not quite we we wanted. We need to get rid of $1_{\beta_{n,k}}(x)$ and the sum, and somehow replace with this combinatorical factor $n_{(k)}$. However I am not quite sure how this happens.
Can anyone help me?