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!View all the Fabric Data Days sessions on demand. View schedule
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!