Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello everyone,
I have the following data where some enteries have no data
When I add 'Count of Name' and show it as a percentage of the grant total, it hides all empty values. See below
How can I make all the IDs show even if there is no data (i.e. show as 0%)?
Solved! Go to Solution.
@SusuYes , That is strange. Can you try your own measure?
divide(count(Table[Value]), calculate(count(Table[Value]), allselected())
THanks for your response.
Yes I had that already turned on. That's how I was able to get the first screen**bleep** as it is already showing items with no data. When I add another coloumn to the values tab and show it as a percentage of the Grand Total, all empty enteries disappear.
using my own measure worked. Any idea why is this happening for future reference?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
77 | |
63 | |
47 | |
39 |
User | Count |
---|---|
118 | |
85 | |
80 | |
58 | |
40 |