Forum Discussion
100% clustered chart
- Anonymous6 years ago
Hi jcastr02 ,
If i understand you correctly, you can use COUNT() function. Please refer to the below measure.
Measure 3 = CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column1],'Table'[Column2]))/CALCULATE(COUNT('Table'[Column2]),ALLEXCEPT('Table','Table'[Column2]))Result would be shown as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sample data would be great. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
One thought, you might try clicking the drop down on a column in the Values area and choose Show as | Percent of Total or Percent of Grand Total. I know you can do that in Tables and Matrices.
- jcastr026 years agoPost Prodigy
Greg_Deckler Hi there, this is how I have it currently. What I'm trying to do is.. I'd like both bars for "yes" to equal 100%, both bars for "no" equal 100%, and both bars for not applicable to equal 100%