Forum Discussion
How to remove scientific notation from Measure in a Matrix
I have a Matrix with many measures. I have gone into Formatting > Field Formatting for every measure and set the formatting to Display units = Thousands and Value decimal places to 0. I have many data values in one column showing up in scientific notation. 2E-10, -4E-11, etc. How do I get these to show up as 0 K?
The data is coming from a direct connection to an SSAS data source. For SSAS data, you cannot change the formatting on the measure in PBI Desktop. Looking at the model in Visual Studio, the measure format is Whole Number, Show Thousand Separator = True.
I saw some posts suggesting using ROUND() to get rid of the digits. I literally have 1000 measures in this model and cannot make this change everywhere where I could need it.
6 Replies
- RudzKudo Collector
Using ROUND(measure_calculation,0) is a workaround, but I keep running across more measures in my model that need this.
Scientific notation appearing when formatting as thousands, millions seems like a bug to me. How do I report this?
- AnonymousNot applicable
Also keen for a solution to this.
- MarianoCatalanoAdvocate I
I am having the same problem. No solution to this?
- MarianoCatalanoAdvocate I
Hi Lin, can you take a look to this? I am having the same problem. No answer from support team.
- MarianoCatalanoAdvocate I
- Kris2x5Advocate III
I responded to a similar question with a proposed solution here:
https://community.powerbi.com/t5/Desktop/Remove-Scientific-notation-in-measure/m-p/652986