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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 132 | |
| 102 | |
| 59 | |
| 39 | |
| 31 |