Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi folks,
I have a decimal format column coming from Power Query. My measure calculates some value on that column in Power BI. However when I put it in a matrix visual, the numbers that are evaluated to 0 are shown in scientific notation regardless of the format set to be decimal. How to force that measure to show in decimal, not scientific notation?
Thank you for any hints.
you can specify the number of decimals you want to use.
No, this doesn't work in matrix.
Hi @gvg,
Are you using a live connection to connect data to the Power BI desktop?
If yes, then you can't change the datatype of measures in the Power BI desktop. you need to change it inside the tabular model itself. If now, you can change the data type in the Power BI desktop itself. Try to increase the no. of decimal places.
Regards,
Amit
Hi,
I am using import method to deal with my data source. Sure I changed the format, but it does not work in matrix visual.