Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
Based on the Calculation I see, you can create some additional COLUMNS in the table either in Power Query or using DAX like below. This way you can have a Hierarchy for Cost / Expsense. You can add multiple levels by having more columns in the table. Then you can arrange them in the Matrix visual.
This way you will need only one Measure SUM('06 Costi'[Valor]) which will work at all the levels for drill down functionality.
Cost -> Fixed Cost -> awardmanagement expenses
You should create Hierarchy for the Cost / Fixed Cost / Expense.
This way you would be able to get the Total Cost and Drill / Filter to a specific expense type as well.
Would you mind to explaim to me how can I create a Hierarchy for the Cost, please?
Because when I create a calendar it's ok to have a Hierarchy, but for the Cost, I don't how to do.
Thank you!
Based on the Calculation I see, you can create some additional COLUMNS in the table either in Power Query or using DAX like below. This way you can have a Hierarchy for Cost / Expsense. You can add multiple levels by having more columns in the table. Then you can arrange them in the Matrix visual.
This way you will need only one Measure SUM('06 Costi'[Valor]) which will work at all the levels for drill down functionality.
Cost -> Fixed Cost -> awardmanagement expenses