Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Number.From("200+") gives a result of 200 rather than throw an error
Solved! Go to Solution.
Hi @QiongJoanZ
You can use this to check for Text - the full query is in this PBIX file
if Value.Is([Col1], type text) then 1 else 0)
Regards
Phil
Proud to be a Super User!
Hi @QiongJoanZ
You can use this to check for Text - the full query is in this PBIX file
if Value.Is([Col1], type text) then 1 else 0)
Regards
Phil
Proud to be a Super User!
in the case where data source is csv file and all vales are read as text, this solution won't work.
I am happy with your solution for my purpose. But that fuction still gives wrong result.
What I wanted is to test if each cell in a table is text or not. This gives me wrong result
Hi @QiongJoanZ
So you want it to throw an error? What do you actually want it to do in this instance? You could check the text value for the + and then not do the conversion to number, like this
if Text.Contains([Column1],"+") then [Column1] else Number.From([Column1]))
Regards
Phil
Proud to be a Super User!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.