Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi @Farros ,
I created a sample data for reference. As you can see, "$8,414" is text data ype just like you.
You can directly change the data type as numeric type.
If you insist on removing the dollar sign, then you can use the Split feature.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Farros ,
I created a sample data for reference. As you can see, "$8,414" is text data ype just like you.
You can directly change the data type as numeric type.
If you insist on removing the dollar sign, then you can use the Split feature.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Convert to dollar type (or fixed decimal however its named).
If that doesn't cut it a simple replace values should get rid of the $s, then you can convert it to floating point or whatever.
My Power BI recognizes those strings as Currency.Type. You might be able to just change the #"Changed Type" step from ...{"Sales", type text}... to ...{"Sales", type number}... or even ...{"Sales",Currency.Type}... If you are in a different country, you might need to add the Culture to that step.
Use 'Replace Values' by right-clicking on the column header. Replace $ with nothing/nada/zilch
Then change the data type
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
17 | |
10 | |
8 | |
8 | |
7 |