In the ye olden days of intro calculus, we are taught that some integrals which are difficult, like
$$ \iint_{\|(x,y)\| \leq 1} \sqrt{x^2+y^2} ~dx~dy $$
can be turned into something nicer by using the substitution $x = r\cos(\theta)$, $y=r\sin(\theta)$. Then this integral turns into
$$ \int_{0}^{2\pi}\int_{0}^{r} r^2~dr~d\theta $$
because the Jacobian when switching coordinate systems is $dxdy = rdrd\theta$. But eventually, one comes across the usage of arbitrary measures (and in particular, the Lebesgue measure) as a meaningful tool of integration. In situations where the Riemann integral existed, everything's the same, but now you can integrate even more, woohoo!
But what happens now? Is it always the case that when converting between coordinate systems with some measure
$$ \iint f(x,y)~d\mu d\nu$$
there exists some sensible Jacobian between our measures? Are there cases where two measures are completely incompatible, and there is no way to convert between them when doing a coordinate transformation?