Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi guys,
I am having an issue with showing custom number formats in PowerBI.
The goal is to show the Unit of a number, in my case "kWh", so the custom number format I applied to my measure is:
###,###,###,###,###.00 kWh
This works ok until I change the display of numbers in the Visual on the Dashboard to Thousands, Millions, etc.
Then the result looks like this:
You see that "kWh" gets trimmed to "h" at the end for some reason.
Expected result would have been "2,379.32 Tsd kWh"
I tried to escape the unit with "###,###,###,###,###.00 \k\W\h" but this changes nothing.
What can be done?
thanks!
Stefan
Solved! Go to Solution.
Hi @TerrAustria
In place of applying Thousand/Millons in visual level.
Please use DIVIDE in measure like
For Thousand = DIVIDE(your measure,1000)
For Millions = DIVIDE(your measure,1000000)
Appreciate your KUDOS/LIKE , If solve your question, mark this answer as SOLUTION
Thanks
Pijush
Proud to be a Super User! | |
Hi @TerrAustria
In place of applying Thousand/Millons in visual level.
Please use DIVIDE in measure like
For Thousand = DIVIDE(your measure,1000)
For Millions = DIVIDE(your measure,1000000)
Appreciate your KUDOS/LIKE , If solve your question, mark this answer as SOLUTION
Thanks
Pijush
Proud to be a Super User! | |
Hi,
Thanks for your reply!
So this means I just cannot use the visual level fomatting when using custom formats?
Do I understand it correctly that this however would mean that I need to duplicate the measure for each scenario?
Because I show this value in daily, weekly, monthly an yearly reports sometimes I need the standard formating and sometimes thousants or millions.
so:
measure1
measure1_thousant
measure1_million
?
thanks
Stefan
Hi @TerrAustria
I always use same tricks
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
80 | |
60 | |
35 | |
35 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |