This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
I have a report page from which i would like to drill through to a page in another report in the same workspace. when i set up the cross report drill through steps it shows the destination when i click on a cell and right click and select Drill Through. However to make it easy for users we have created buttons with drill through action to drill through to the destination pages. How can cross report drill through be performed in this case as the destination page does not appear in the action when we select drill through.
secondly, we use conditional drill through using measures to take users to different report pages based on the field values selected, how can this be performed for cross report drill through?
Native cross-report drillthrough only works via right-click. A button's "Drill through" action only lists pages in the same report, which is why the cross-report destination never shows up there - that's expected behaviour, not a setup mistake.
To drive cross-report navigation from a button (and to make it conditional on the selected value), use a Web URL action bound to a measure:
1) Build a measure that returns the destination report URL with URL query-string filters, e.g.:
Target URL = "https://app.powerbi.com/groups/<wsId>/reports/<reportId>/<ReportSection>?filter=Customer/CustomerId eq '" & SELECTEDVALUE(Customer[CustomerId]) & "'"
2) Add a Button, set Action = Web URL, and bind the URL to that measure via the fx (conditional formatting) button. Inside the measure you can branch with SWITCH/IF to send users to different report pages based on the selected fields - that covers your conditional drill-through case.
If you also want to keep the native right-click cross-report drillthrough: both reports must be in the same workspace, the tenant "Cross-report drillthrough" setting must be on, the destination page's drillthrough must have "Cross-report = On", and the drillthrough field must exist with identical table/column names in both models.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |