Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How to get the Row Count of the Lower Hierarchy level on each parent hierarchy in Matrix Visual as shown below screenshot:
Solved! Go to Solution.
Hi, @vyerva
You can try the following methods.
Column:
New Continent = [Continent]&"("&CALCULATE(DISTINCTCOUNT('Table'[Country]),ALLEXCEPT('Table','Table'[Continent]))&")"New Country = [Country]&"("&CALCULATE(DISTINCTCOUNT('Table'[State]),ALLEXCEPT('Table','Table'[Country]))&")"
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @vyerva ,
Have you tried Row Sub Total option of the Matrix Visual? Let us know if it is not working will suggest some other way.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Thanks for the Suggestion, Can you please help to get the count of Lower hierarchy rows which I have highlighted in the below screenshot (yellow colour).
Hi, @vyerva
You can try the following methods.
Column:
New Continent = [Continent]&"("&CALCULATE(DISTINCTCOUNT('Table'[Country]),ALLEXCEPT('Table','Table'[Continent]))&")"New Country = [Country]&"("&CALCULATE(DISTINCTCOUNT('Table'[State]),ALLEXCEPT('Table','Table'[Country]))&")"
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Kishore, thanks.. I tried already that.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!