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.
I want small values in my Power BI reports to display as plain zeros instead of using scientific notation like “2E+10.”
Solved! Go to Solution.
If you want a more dynamic solution or different formats at different places you can define a measure using the FORMAT function:
To avoid scientific notation like "2E+10" in Power BI and show small numbers as plain zeros, use a custom format string for your field or measure. In the Modeling view, select your field, then set a custom format such as 0;-0;0, "0" or #,0;#,0;0 .this ensures that very small values display as zero instead of scientific notation.
Go to the Modeling view in Power BI Desktop.
Click on your measure or column.
In the Properties pane, set the "Format" to "Custom".
Enter your desired custom string (e.g., 0;-0;0 or 0;-0;"0").
This will display all zero and very small values as '0' in your visuals, completely eliminating scientific notation from your reports.
Hi @knut12212 ,
I would also take a moment to thank @PhilipTreacy , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions
Hi @knut12212 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions
When you select the data column the options to set the Format and Numer of Decimal Places are actually in the Column Tools tab
Regards
Phil
Proud to be a Super User!
If you want a more dynamic solution or different formats at different places you can define a measure using the FORMAT function:
In the Modeling tab, under Formatting → Format, choose:
Decimal Number or Whole Number.
Adjust decimal places as needed.
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.