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
Hi the community,
Not sure if I posted in the right section.
Anyway I opening this conversation beacuse I did not find any related topic through the research I did.
I have created a calculation groups which work perfectly fine, I have a matrix visual with several columns or level.
When I go to the lowest level of data everything is working fine, but when I decide to go up in the column hierachy I am loosing my calculation group
So here my data in the column + calculation group (red)
And below my matrix visual setup at the lowest level in the column hierarchy with my calculation group visible (green)
but if I go up just one level I am lossing my calculation group :
Is there a way to keep the calulation group at every level of the column hierarchy ?
like the below screenshot but to do that I had to delete the month level in the column hierarchy
It could be a good things to have an option to keep always visible the calculation group at the lowest level to have it always visibile when you go up in the column level
thanks for your helps
Thanks
Hi @PierreL69,
I have 3 Approaches For you 😀❤️
First One : Enable "Show Items with No Data"
Select your matrix visual
Go to Format pane → Values section
Turn ON "Show items with no data"
This often forces Calculation Groups to appear at all levels
Second Approach:
Year
Quarter
Month
Calculation GroupThird Approach :
Modify your calculation items to handle different hierarchy levels (DAX):
Sales Amount Calc =
SWITCH(TRUE(),
ISINSCOPE('Date'[Month]), [Sales Amount],
ISINSCOPE('Date'[Quarter]), [Sales Amount],
ISINSCOPE('Date'[Half]), [Sales Amount],
[Sales Amount]
)
Bonus Approach :
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 8 | |
| 8 | |
| 8 |