Forum Discussion
sakshimit
4 years agoMicrosoft Employee
Line Chart Data Labels Custom Display Units
Hi, I am using Line chart to display the data values which are in bytes. Currently the display unit is auto and hence it shows values in billions or Millions. I want to change the display Unit to...
PhilipTreacy
4 years agoSuper User
Hi sakshimit
Create a measure to convert Bytes to MB
Measure = SELECTEDVALUE('Table'[MB])/1024
Select the new Measure and Set the Display Format to #,##0 \MB
Plot the measure
Regards
Phil