Forum Discussion
evano_oruvan
3 years agoFrequent Visitor
Filter a report using query string parameters in the URL - not working because of &&
This is my column name and value below. ASSET_NAME mats&service Below is the dax code i use to get data from table and create a link to filter the my page, but it wont work when val...
- Anonymous3 years ago
Hi evano_oruvan ,
You can try the following forms:
xxx?filter=Tablename/ASSET_NAME eq 'mats%26service'Refer to:
Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi evano_oruvan ,
You can try the following forms:
xxx?filter=Tablename/ASSET_NAME eq 'mats%26service'
Refer to:
Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.