In my previous question, I asked why $$ E(Y |X = x) = \int_\Omega Y (\omega)P(d\omega|X = x) = \frac{\int_{X=x} Y (\omega)P(d\omega)}{P(X = x)} = \frac{E(Y \, 1_{(X=x)})}{P(X = x)} $$ when $X$ is a discrete random variable and $P(X = x) \neq 0$.
Now I would like to consider when $X$ is a continuous random variable and its density at $x$ is not $0$, i.e. $f_X(x) \neq 0$, so that $f_{Y\mid X}(y \mid x) $ and $E(Y|X=x)$can be defined, whether there is a similar relation to the case above: $$ E(Y |X = x) = \int_\Omega Y (\omega)P(d\omega|X = x) = \frac{\int_{\mathbb{R}} y f_{X,Y}(x,y) dy}{f_X(x)} = (?) $$ close to representing $E(Y |X = x)$ in terms of some expectation?
Thanks and regards!