Forum Discussion

StevenT's avatar
StevenT
Helper V
1 year ago
Solved

PowerBI RDL report

Hi. My license is for powerbi pro. I have a powerbi Report (.pbix) and a powerbi report (rdl). Both are in desktop form and published into my workspace I also have a parameter that picks a reco...
  • Chakua1951's avatar
    1 year ago

    Hello, you could try with a DAX measure where you include the URL of the paginated report, the expression &rp:Alumno= (here replace it with the name of your parameter from the .rdl), and then use a SELECTEDVALUE to link the URL to the field. After that, apply the web URL configuration to the column in question. 

     

     

     

    I hope this helps, regards.