Forum Discussion
Data Scale
- 7 years ago
Maybe the easiest solution at this point is just to multiple my measures by 1000.
Hi rfreuden25,
I'm a little about your scenario, could you share some data or screenshots to describe your problems in more details?
Best Regards,
Cherry
- rfreuden257 years agoRegular Visitor
For example: Revenues of "123.456" in my data set translates to $123,456.00. When I put that revenue number into say a bar chart, with the thousands scale, it shows as .123456 when in fact i want it to be 123.456.
- v-piga-msft7 years agoResident Rockstar
Hi rfreuden25,
You could set the data Display Units under format like below.
If that still doesn't work, you could create a calcualted column to convert the 123456 to 123.456.
Column = 'Table'[Revenue]/1000
If you still need help, please share a dummy pbix file which can reproduce the issue, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
- rfreuden257 years agoRegular Visitor
The Auto function doesn't account for my data being in thousands already. While a calculated column would fix the issue I have around 100 Columns per table and about 5 tables so far. I feel that would potentially lead to errors and a lot of ram being used.
There is a function(Standard) at the top of query editor under the transform tab that will allow you to multiply columns, but it will not let me do multiple columns at a time and I don't want to manually adjust 500+ columns of data.
We need a setting in the query editor that will allow us to specify whether our data is in real numbers, thousands, or millions etc.