Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
118 | |
100 | |
73 | |
65 | |
40 |