Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

downloading csv file problem with numbers format

Hi,

 

I have a problem with downloading the CSV file from a visual. The numbers get very messed up, it seems like the CSV cannot recognize when there is a comma, a .000 separator, etc.

 

Example: 7.567.456,34 becomes 756745634 , ot 3.111.855,22 becomes 31148552200000000.

It is strange also because there is no logic behind how numbers are changed it seems - the 2 examples are real cases from the same table.

 

How to fix this ? Can I do something on PBI, or have to work on Excel query editor ?

 

Thanks!

4 REPLIES 4
Daviejoe
Memorable Member
Memorable Member

Hi @Anonymous 

 

I'm pretty certain that, since it's exporting to a csv, it strips the data of any formatting.

 

The numbers should still be the same, is this not the case?

 

DJ





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

That is the thing, it seems like it is not, for example it addes a lot of random zeros...

@Anonymous , A number needs to be converted to text, if it is common separated.

Like "7,000" as 7,000 are two columns in csv. But . should remain, unless it is the whole number.

 

CSV is not for formatted data. It is for Data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Yes, that is clear. I partially solved this removing decimals from PBI, now it works. Still I don't get why the CSV would add 6 zeros to the number

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors