Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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?
User | Count |
---|---|
84 | |
81 | |
65 | |
52 | |
46 |
User | Count |
---|---|
100 | |
48 | |
42 | |
39 | |
38 |