Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Link to another report using Built-in Collections (global variable)

Hello Community,   On SSRS the global variable for the server URL is working fine, but in PBIRS not. I found this MS documentation  and like to know if and where these built-in references can be ed...
  • d_gosbell's avatar
    d_gosbell
    5 years ago

    Anonymous wrote:

    Neither http://dev-kpl-pbi-vm:80/ReportServer/report/test_report nor http://dev-kpl-pbi-vm:80/ReportServer/test_report is opening the report.


    That is probably because neither of those match the format I suggested. As in my previous post, you need to have the report server url, then a question mark (?) then the path to the report.

     

    So I would expect one of the following to work (I'm not sure if you need the leading / when the report is in the home folder)

     

    http://dev-kpl-pbi-vm:80/ReportServer?/test_report

    http://dev-kpl-pbi-vm:80/ReportServer?test_report