Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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&filt...Filter=ppp_perfectdelivery%252FPerfectDelivery%20eq%20%271E986B8D-2717-EE11-9CBE-0022481B517A%27
Hi @demonickat ,
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