Forum Discussion
mkavcic
4 years agoFrequent Visitor
Field parameters and URL filters
Hi, I have published a report with field parameter on my dashboard. I have been trying to reference a field parameter in URL with no success. How could I use the &filter=Table/Fieldname eq '...
Anonymous
4 years agoNot applicable
Hi mkavcic ,
I have found a similar post, please refer to it to see if it helps you.
Solved: Power BI ignoring passed parameters in URL - Microsoft Power BI Community
- pass the filter parameter via $filter=Table/Field eq 'value
- pass the filter parameter by modifying URL like below:
- https://app.powerbi.com/reportEmbed?reportId=7860e7e8-4acf-4e94-a860-1af6d633ad57&autoAuth=true&ctid...&$filter=DimSalesTerritory/Group eq 'Asia'
- Embed a report in a secure portal or website - Power BI | Microsoft Docs
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.