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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
jns0905
Frequent Visitor

Scientific Notation Issue

I have a matrix in which I want to display all values as whole numbers. The value field is a measure I need the source data to still have the decimal place so that aggregations total correctly.

 

In the modeling tab, I have the measure that I'm using as Data Type: Decimal Number, Format: Decimal Number, with 2 decimal places. When I format the visual, I set Value Decimal Places:0.

 

In the matrix, values in which abs(0)>0.01, are display correctly as whole numbers. Values very close to zero but not quite equal to zero (e.g. 0,00000123), show in scientific notation.

How can I get near zero values to display as zero?

 

I have tried expanding on the measure with an if statement to change near zero values to zero, leaving all other values the same. This works, but when I do this it prevents me from being able to export the visual to an .xls or .csv file.

3 REPLIES 3
Rudz
Kudo Collector
Kudo Collector

I've run into the same thing. I think it's a bug. 

 

My workaround is to wrap the measure with ROUND(measure_calc, 0).

 

https://community.powerbi.com/t5/Report-Server/How-to-remove-scientific-notation-from-Measure-in-a-M...

v-gizhi-msft
Community Support
Community Support

Hi,

 

Please share your test file with me or give some screenshot here if convenient for me to help you further.

And remember to remove any sensitive data.

Expect your reply.

 

Best Regards,

Giotto Zhi

nickyvv
Most Valuable Professional
Most Valuable Professional

Thanks for describing your issue this way. It would help a lot if you have a test file available, possibly with the measure you mention. That would make it a lot easier for us to troubleshoot and help you.


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

Blog: nickyvv.com | @NickyvV


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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