Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, I have a main page for the report and two for drillthrough. I am using the following measure on the action of a button to navigate to different drill through pages if I select a visual with one measure or if I select another measure on another visual.
Risk id | Owner | Creation Date | Mitigation Date | Mitigated | description |
1 | owner 1 | 30/06/2022 | 31/12/2022 | Mitigated | descr1 |
2 | owner 2 | 30/06/2022 | Open | descr2 | |
3 | owner 3 | 30/06/2022 | 31/12/2022 | Mitigated | descr3 |
4 | owner 4 | 31/12/2022 | 30/06/2023 | Mitigated | descr4 |
5 | owner 5 | 31/12/2022 | 30/06/2023 | Mitigated | descr5 |
6 | owner 6 | 31/12/2022 | Open | descr6 | |
7 | owner 7 | 31/12/2022 | Open | descr7 | |
8 | owner 8 | 30/06/2023 | Open | descr8 |
I am trying this measure:
@Sonnet I hope this helps you!!Thank You!!
Drillthrough filter =
VAR SelectedMeasure =
SELECTEDVALUE('Risk'[Selected Measure])
RETURN
SWITCH (
SelectedMeasure,
"Mitigated Risks", "Page 5",
"Total Open Risks", "Page 4",
""
)
Thank you for your help. When I use your measure, the SelectedValue function wants a column. You use '
'Risk'[Selected Measure]
what is 'Selected Measure'?
Meanwhile, I am trying to play with your measure, trying to find a working way.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
10 |
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
8 |