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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Decimal points is always showing after data export in csv file

Hi,

 

I set custom format of measure "#,##0.##;-#,##0.##;0;".

Correctly showing in power bi report.

But after exporting data to csv file and while open taht csv file decimal value is always showing.

I don't want to display demical points when it is an integer.

 

Left: Power BI Service

Right: export csv

ss_ss_0-1646270129198.png

 

I need to make the number of decimal places variable.

Integer,First decimal place,Second decimal place.

ex.)

slicer select integer

 1 -> 1

 1.6 -> 2

 1.25 -> 1

 

slicer second decimal place

 1 -> 1

 1.6 -> 1.6

 1.25 -> 1.25

 

approach

 1.select slicer(Integer,First decimal place,Second decimal place)

 2.round in measure

 3.custom format <- problem occured

 

Data

 Value Custom Format:"#,##0.##"

1.23
1
1.2
1.34

 

a

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , Try format like

"#,##0.00;-#,##0.00;

 

Also check by changing format in csv , if opened in excel

Anonymous
Not applicable

Thank you for reply.

 

I need to make the number of decimal places variable.

Integer,First decimal place,Second decimal place.

ex.)

slicer select integer

 1 -> 1

 1.6 -> 2

 1.25 -> 1

 

slicer second decimal place

 1 -> 1

 1.6 -> 1.6

 1.25 -> 1.25

 

approach

 1.select slicer(Integer,First decimal place,Second decimal place)

 2.round in measure

 3.custom format <- problem occured

Hi @Anonymous,

Can you please share a pbix file or some dummy data and Dax expressions? It should help us clarify your scenario and test to troubleshoot.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.