Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

URL link to Paginated Reports

Hi, It seems For Image--> Actions -->URL option is still not available for PBIRS (Jan 2019).

From PowerBIRS, I want a link to Paginated Reports using Button or Image. So how do I acheive this in Report Server ?

I do not want to display whole URL, instead 'Click Here', 'Data' as Title/Label because I have a plan to pass parameters to Paginated Reports.

 

 

 


  • 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.

7 Replies


  • 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.

  • Hi all,

     

    I'm using the URL to Paginated Reports from my Power BI reports, but there is one thing I cannot make work and I can't figure out why. I want to pass a value to a Boolean parameter - I tried true/false, I tried 0/1, nothing works. The rest of my text/int parameters work fine, but the Boolean is being ignored. Has anyone managed to make Boolean ones work in URL?

     

    TIA

    • d_gosbell's avatar
      d_gosbell
      Super User

      pdacheva wrote:

      I'm using the URL to Paginated Reports from my Power BI reports, but there is one thing I cannot make work and I can't figure out why. I want to pass a value to a Boolean parameter - I tried true/false, I tried 0/1, nothing works. The rest of my text/int parameters work fine, but the Boolean is being ignored. Has anyone managed to make Boolean ones work in URL?

       


      Yes, it works fine for me passing in either true/false or True/False. If I try passing in anything else like 0/1 I get an error about the type being incorrect for the variable type being incorrect and if I alter the name of the parameter I get an error about trying to set a variable which does not exist. So I can't think how your url parameter would be ignored

       

      • pdacheva's avatar
        pdacheva
        Advocate II

        Hi