Forum Discussion
URL link to Paginated Reports
- 6 years ago
Anonymous wrote:
Hi, It seems For Image--> Actions -->URL option is still not available for PBIRS (Jan 2019).
The May 2019 (or later) releases have an option of WebUrl in the Action setting for images and buttons.
Anonymous wrote:
Hi, It seems For Image--> Actions -->URL option is still not available for PBIRS (Jan 2019).
The May 2019 (or later) releases have an option of WebUrl in the Action setting for images and buttons.
- Katie_L1 year ago
Helper I
Hello d_gosbell I see this post is pretty old, but maybe you can still help me out.
Im trying to do the same (link into a paginated report), but cannt seem to get the URL correctly.
Actual PBI url: https://app.powerbi.com/groups/XXXXXX/rdlreports/XXXXXX?experience=power-bi
I tried adding my parameter at the end, since it already has "?experience"
https://app.powerbi.com/groups/XXXXXX/rdlreports/XXXXXX?experience=power-bi&luxk_parent_id=RP-1387
This got me into the report page, but not into the specific report.
Any help would be great. Thanks!
- d_gosbell1 year ago
Super User
This thread is based around the on-prem report server so the syntax is different.
if that luxk_parent_id is a parameter it will need to be prefixed with rp:
eg.
For the service you can use the url format outlined here URL parameters in paginated reports in Power BI - Power BI | Microsoft Learn - this doc includes
- Katie_L1 year ago
Helper I
Perfect, thank you!