'How can I embed a drill through report into a main report with multiple multi-value Parameters using a URL Action

I have 2 reports, the main report and the drill-through report with same multi-value parameters in power-bi report builder which if passed from the main report, the drill through(detailed) report is displayed based on the parameters in the main report. My problem is how to create the drill through report in the Action properties using the URL as the 'Go To Report' option is not being displayed in my report options. How do I also include the multi-valued parameters in the URL in such a way that the parameters are passed from the main report to the drill through(detailed)report. It is also important that I state that the drill through report is published to the power bi services and NOT SAVED ON A REPORT SERVER and the aim is for the URL link of the drill through(detailed report) to open in the power-BI services. Also, the drill through report opens when I do the drill through action using the powerBI services URL, however, the parameters selected from the main report are not passed to the drill through (summary) report.

Here is the URL link lookalike; https://app.powerbi.com/groups/abcde-4efg-4hij-9klm-ab123456abcd/rdlreports/a8b471e8-b8a9-3c1f-a123-5052ab2abcde

i have tried the URL link below to try to add parameters to the URL link but didnt seem to pass the parameters from the main report

"https://app.powerbi.com/groups/abcde-4efg-4hij-9klm-ab123456abcd/rdlreports/a8b471e8-b8a9-3c1f-a123-5052ab2abcde&rs:command=render&CustomerID="&Parameters!CustomerID.Value&"&Vendor="&Parameters!Vendor.Value&......&"&ShopLocation="&Parameters!ShopLocation.Value &"

I really need all the help I can get.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source