Forum Discussion

k3rz0rg's avatar
k3rz0rg
Advocate III
1 year ago
Solved

Power BI report URL filter not working!

Hi everyone,    one of my old project which had report url with filter pointed to another report and that used to work fine but recently I noticed it is no longer working and the format of the repo...
  • ibarrau's avatar
    1 year ago

    Hi. The power bi traditional url has changed. Now it has a parameter at the end. The "experience = powerbi". The way URL works, when the "?" starts it means you will define parameters next. It can only contain one question mark. After one parameter you can add any other with "&" symbol. Check your URL and replace the ? for & like:

    https://app.powerbi.com/groups/[group_id]/reports/[report_od]?experience=power-bi&filter=Table/Column eq 'PA'

    I hope that helps,