Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All
Now i have a field Amount , it import as Text , because the number infront have $ , may i know how to use PQ to remove $ sign ? so that i can convert to number.
Solved! Go to Solution.
@admin11 , In power query, try to change its data type to number(Decimal). if that does not work
1. Try a new column in power query Text.Replace(Text.Replace([Amount], "$ ", ""), ",","")
or do the same using replace menu on right click
Then change data type to number
@admin11 , In power query, try to change its data type to number(Decimal). if that does not work
1. Try a new column in power query Text.Replace(Text.Replace([Amount], "$ ", ""), ",","")
or do the same using replace menu on right click
Then change data type to number