Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Passing URL parameters to another report

Hi,

I am struggling with this

 

I have a PowerBI report which has a data table and one of the columns on that table I want to be an URL to link to another report and pass a parameter through the URL. The highligted part is what I have been trying., It opens up the report fine but ignores the paramater I am passing through. Can anyone tell me where i am going wrong please?

 


https://app.powerbi.com/reportEmbed?reportId=307358d6-6d4f-47cc-9642-0cd86b68d1e3&autoAuth=true&filterPanelEnabled=False&pageName=ReportSection37e3cd4a770038dd2c88&Filter=ppp_perfectdelivery%252FPerfectDelivery%20eq%20%271E986B8D-2717-EE11-9CBE-0022481B517A%27

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

    Thanks for reaching out to us with your problem. Base on your description, it seems that you are trying to pass the parameter through URL. And it didn't work. May I know what is the following part of the code used to filter?

    Filter=ppp_perfectdelivery%252FPerfectDelivery%20eq%20%271E986B8D-2717-EE11-9CBE-0022481B517A%27

    You can refer the following official documentation to check if the synatx is correct and URL encoding is proper or not... 

    Filter a report using query string parameters in the URL - Power BI | Microsoft Learn

    https://app.powerbi.com/groups/me/reports/8d6e300b-696f-498e-b611-41ae03366851/ReportSection3?filter=Store/TerritoryChain eq 'NC – Lindseys'

    Best Regards