Hi all,
I have 1 fact table with data about the goal for several metrics. My company has Project A and Project B, and there will be metrics corresponding to each project (Some metrics can be in both projects). I also have a Team table which includes Division of these teams. Project A includes Division 1 to Division 5, Project B includes Division X.
I want to filter goals by Division through metric. Ex, When I filter any division from 1 to 5, it shows the goal of the metric which is in Project A and Project A+B. When I filter division X, it shows goals in Project B and Project A+B, and if I select all, it returns all metrics. How can I set this model up to achieve this result?
This is an example of data in Power BI.
Question_about_DataModelling.pbix (35.0 KB)