Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I need help, I have a column that contains numbers and text, it is formatted as text, I need to check in dax if each value of the column is a number or a text.
I tried creating a calculated column but when it transforms it freezes because it gives an error on the type.
do you know a function that does this?
Solved! Go to Solution.
Hello, if you do not want to do this in PQ, I would create a calculated column as follows:
For Measure :
Hello, if you do not want to do this in PQ, I would create a calculated column as follows: