This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 42 | |
| 42 | |
| 41 | |
| 21 | |
| 20 |