Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |