powerbidaxhierarchycalculated-fielddrilldown

Every Hiearchy level measure calculation and aggregating the calculation to higher levels


We have got a Power BI dashboard, where we have four levels in the hierarchy for sprint metrics. I am putting this simply as given below:

  1. Unit - Level 1
  2. Workgroup - Level 2
  3. Project - Level 3
  4. Iteration - Level 4

We will be having weekly Iteration. So, level 4 is at week level. Our Power BI dashboard is at week level.

We are having a 100% stacked bar chart. For every week, we want to see Unit status(Red, Orange, Green) -> Workgroup status (Red, Orange, Green) -> Project Status (Red, Orange, Green)

The Problem we have is, we are having a calculation to apply for each level.

In drill down reports, we need to have same metric (Project Status) traversing across levels.

How can we achieve this kind of different metric calculation at each level(Workgroup status based on Project. Unit status based on Workgroup) in a drill down report ?


Solution

  • We solved this problem by going for two drill-down reports, instead of using single drill-down report.

    The dashboard is at WorkWeek level. So, Workweek is the granuality of the dashboard. For each report the lower level is having the status.

    Report 2 (Drill-down report) -> Drillthrough using Workgroup name -> Report 1(Drill-down report).

    This way, we are able to achieve top down flow from Level 1 to Level 3.