Forum Discussion
PowerBI Paginated Reports - URL Parameters
- 7 years ago
Since this forum is focused on the on-prem Power BI Report Server product I had assumed that you were asking about that (which is what the links I posted relate to).
As far as I am aware this is not yet supported on the Power BI service, but I have my fingers crossed that this will be added soon as it's a fairly important feature that a lot of people would use.
Yes you can, the wat to do this is using the following technique https://docs.microsoft.com/en-us/sql/reporting-services/pass-a-report-parameter-within-a-url?view=sql-server-2017
There are a lot of other things you can control with url parameters including things like the render format so that you can link directly to a PDF or some other file format see: https://docs.microsoft.com/en-us/sql/reporting-services/url-access-parameter-reference?view=sql-server-2017
- WCONGRAVE7 years ago
Advocate I
Hi
Thanks for your reply. I did try this with a paginated report but kept getting the parameter prompt coming up empty.
This is the syntax I've used
where my parameter is called param_PHC
- Anonymous7 years agoNot applicableIf you have an example of it working, that would be a huge help. I tried the same thing as WCONGRAVE without success.
- d_gosbell7 years ago
Super User
Since this forum is focused on the on-prem Power BI Report Server product I had assumed that you were asking about that (which is what the links I posted relate to).
As far as I am aware this is not yet supported on the Power BI service, but I have my fingers crossed that this will be added soon as it's a fairly important feature that a lot of people would use.