Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
So I have following Table (example):
Project | Process | Completion Date |
1 | A | 01.02.2022 |
1 | B | 07.02.2022 |
1 | C | 18.02.2022 |
1 | D | 15.03.2022 |
2 | A | 06.03.2022 |
2 | B | 20.03.2022 |
2 | C | 28.03.2022 |
2 | D | 05.04.2022 |
... | ... | ... |
Based on this table I want to create two dropdowns:
Process1 (=column Process)
Process2 (= column Process)
If the user now choose Process1 = A and Process2 = C the output should be the mean duration over all projects which it took for completion of Process A to Process C. The user should be able to choose between any process to see the duration. The real data consists of up to 50 processes per project and hundreds of projects.
How can I achieved this in Power BI?
Use two disconnected tables with the Process values and feed these to the slicers. Write a measure that reads the slicer selections and calculates your desired result.
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
108 | |
54 | |
50 | |
40 | |
40 |