Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Everyone,
I reviewed many of the questions that have been asked on this topic but I am still not able to get the URL filter to work with my current report. Interestingly I have other reports with URL filters that are functioning properly.
Table name is opp
Field name is passurl and is a text field
I have tried
/ReportSection?filter=opp/passurl eq 'kyle deboer'
Also tried
/ReportSection?filter=opp%2Fpassurl%20eq%20%E2%80%98kyle%20deboer%E2%80%99
Both open the report in the service but do not filter them based on the URL.
Any advice?
Thanks
Kyle
Solved! Go to Solution.
after much trial and error this worked
/ReportSection?filter=opp%2Fpassurl%20eq%20%27kyle%20deboer%27
after much trial and error this worked
/ReportSection?filter=opp%2Fpassurl%20eq%20%27kyle%20deboer%27