Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.