DChange[D[f[x, y], x, x] + D[f[x, y], y, y] == 0,
"Cartesian" -> "Polar", {x, y}, {r, th}, f[x, y]]
Solve::nsmet: This system cannot be solved with the methods available to Solve.
DChange::ambTrans: Transformation rule is ambiguous. The first of found solutions is used:
r==Sqrt[x^2+y^2]
th==ArcTan[x,y]
Please add appropriate assumptions if this solution does not meet your expectations.
...
The simple examples provided on StackOverflow using built-in transformations do not work (in Mathematica 12.2).
Generate a series of error messages starting with