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 nowThe Fabric community is now in read-only for platform upgrade. Learn more
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 Mega Bytes instead. Is there a way to do so?
Hi @sakshimit
Your measure is using FORMAT to return a value. FORMAT returns a string and you can't apply number formatting like #,##0 \ MB to a string.
If you have a number you just type into Format area to apply the special formatting.
Further info here https://www.myonlinetraininghub.com/custom-formatting-strings-in-power-bi
Your original question said you wanted to format valuies in MB, but your measure is formatting them in KB, MB, GB etc.
So what is it you actually are trying to do?
Regards
Phil
Proud to be a Super User!
Hi,
The MB requirements are met with the soution you provided. However, I wanted to extend it further to dynamically convert the values to KB, MB & GB. Is it possible to acheive the same?
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
Proud to be a Super User!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 47 | |
| 39 | |
| 24 | |
| 20 | |
| 20 |