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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I'm begginer her so I need your helps pls. I dont have right to transform data so I can only create new column
I have a column format text but it contains numbers with (.) as paragraph, I would like to transfer this column to number in order to sort my Data per the number. Because when I sort my data with the column as it is,.
I tried Newcolumn = LEFT(column2[ID],3 SEARCH(",",column2[ID])-1) but message error show that i cant transfer text to number
It shows like this
Thank you in advance.
Hi @Hindlaz ,
You can try using the Value function to convert text to a number:
https://learn.microsoft.com/en-us/dax/value-function-dax