Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 6 | |
| 5 |