Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Is it possible to use multiple field parameters with the drill through? I have a report that displays a totals exceptions by user. The requestor wants to drill to the supporting details to review each exception. They wanted the ability to switch the report by user and up line manager level and exception reason. So I built a field parameter for each to switch between but I can't drill to the details report. Is you can does someone have a workaround that could be used?
Solved! Go to Solution.
@KEO46 , If you want to drill to different reports based on selection you can use drill-through button
https://www.youtube.com/watch?v=4Qy-bksqExI
How to get selected value of parameter
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
You can also explore sync slicers
@KEO46 , If you want to drill to different reports based on selection you can use drill-through button
https://www.youtube.com/watch?v=4Qy-bksqExI
How to get selected value of parameter
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
You can also explore sync slicers
Amit -
Thats for sharing this. I think it will work for what I want.