Forum Discussion
Send Report Link with filter value
- 3 years ago
Hi devGV_88 ,
The Query string parameter syntax for filtering is:
URL?filter=Table/Field eq 'value'
Table and Field names are case-sensitive, value isn't.
For more details you can refer this link:
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi devGV_88 ,
The Query string parameter syntax for filtering is:
URL?filter=Table/Field eq 'value'
Table and Field names are case-sensitive, value isn't.
For more details you can refer this link:
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- wsdcawefwqrevfq3 years agoHelper I
I've been trying this and each time I get the error message:
You don't have access to view this page.TECHNICAL DETAILS
Power BI was unable to read the application metadata. Please check the Power BI service status in the below support page and try again later.The URL ends with:(question mark)filter=NCDR_Aging_Report/BAANSupervisor eq 'John Dough'Using just the URL itself opens the report fine.