Forum Discussion
Anonymous
7 years agoNot applicable
Total Row Count in Matrix Visual with Visual level filter
Dear Community, I have a scenario where i have department with multiple codes. Each department has 3 sub departments with each sub departments having codes on different months. I am using matrix vis...
- 7 years ago
Anonymous hey add following two measures and then use Code Count in your matrix
Total Count = COUNT( Child[Code] ) Code Count = IF ( ISINSCOPE( Child[Depart]), [Total Count], CALCULATE( [Total Count], ALL(Child[Depart]) ) ) * DIVIDE( [Total Count],[Total Count])
tex628
7 years agoCommunity Champion
The example i gave will not give you the result that you are looking for, sorry! Take a look at my previous reply and see if that can be applied.
In regards to the image below, I forgot to add a ")" after the all('Parent') statement, thats why it's not working!
Anonymous
7 years agoNot applicable
Hi tex628 ,
I tried including the close bracket ")" and im getting the row level fitlered count only. As my source is Live connection, im not able to alter the data. Thanks for your suggestion and help. Will try out an solution for this.
Thanks alot.