Forum Discussion
Anonymous
8 years agoNot applicable
Power BI Report URL - multiple values from slicer
Hello
I am trying to pass report slicer values from one report to another report thru URL parameters.
My URL is as in below screenshot -
"Link" measure above has following definition -
Link = "https://app.powerbi.com/groups/me/reports/XXX/ReportSectionXXX?filter=Orders/ShipMode in ('" & CONCATENATEX(VALUES(Orders[ShipMode]),Orders[ShipMode],",") & "')"
When I open the link, it doesn't filter my other report as per 2 selections done in the slicer, and it still shows all the values -
Any idea what could be wrong?
Regards
- Anonymous8 years ago
Well, it was a syntax issue and the field name I was using had a space.
Its all set now.
Regards
1 Reply
- AnonymousNot applicable
Well, it was a syntax issue and the field name I was using had a space.
Its all set now.
Regards