Forum Discussion
Passing parameter from Power Apps solution to a paginated report (Power BI Report Builder)
- Anonymous2 years ago
Hi, Anonymous
If you have multiple parameters, you'll need to pass all of your report-level parameters (mandatory) into your URL so that the paginated report can render your data based on those parameters. You can refer to the following two documents to learn how to pass multiple parameters in a URL:
Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn
In the following article, you'll learn more about using the Paginated Report URL parameter.
URL parameters in paginated reports in Power BI - Power BI | Microsoft Learn
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous thank you so much for your response! I was able to follow your very clear explanations and screenshots. I created a Print Button. In the event "OnSelect" I used the Launch function and passed the URL of the paginated report with the parameters. It does load the paginated report but it was not passing the parameters. It opened to the paginated report still have to enter the parameters. I also followed the links that you sent on how to pass parameters since I have 4 parameters. When I reduced the parameter to just one so that I can use the exact syntax that you had it still was not working. It will load only the paginated report but not pass the parameter. What am I doing wrong? Do you have a sample syntax to pass multiple parameters? Again many thanks for your help!
Hi, Anonymous
If you have multiple parameters, you'll need to pass all of your report-level parameters (mandatory) into your URL so that the paginated report can render your data based on those parameters. You can refer to the following two documents to learn how to pass multiple parameters in a URL:
Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn
In the following article, you'll learn more about using the Paginated Report URL parameter.
URL parameters in paginated reports in Power BI - Power BI | Microsoft Learn
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.