Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |