Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi everyone.
I imported a csv into my Power BI project. The data present in the csv has the "." as a separator. and not the comma.
How can I replace the dot with a comma? For example I would need 336.63M to be 336.63
try this
I entered the formula: FORMAT/[Measure];"#.00";"us-EN")
but FORMAT transforms the measurement into text, it doesn't help me with the graphs.
Hi @ACol123
Do the numbers on CSV convert to millions format?
I didn't understand the example that you gave...
can you share please a few rows of data?
Hi @ACol123
You can use Subsitute function like below for replace . with ,
Total = SUBSTITUTE(MIN([amount],".",",")
If this not what you are ex
pecting then provide the input data and expected out in excel form.
If my post helps please give kudos and accept it as a solution!
thanks
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |