Forum Discussion
Change filter using URL
Hello,
thanks for your support! Roles are fine but I think URL parameter fits better for the solution we need.
I tried using
https://app.powerbi.com/groups/me/reports/XXXXXXXXXXXXXXXXXXX/ReportSection3?filter=Users/Owner eq '[email protected]'
but it didn't work. Owner is a colum in Users Table, and Owner is string.
Hi serargi,
Based on my test, above syntax is correct. In your scenario, please check whether you have configured proper relationship between Users Table and other tables which are referenced in visualizations.
Regards,
Yuliana Gu
- serargi9 years agoAdvocate II
Hello v-yulgu-msft,
I checked as u told me, and it has correct relationship, but it still not working :/
- v-yulgu-msft9 years agoMicrosoft Employee
Hi serargi,
Have you tried to republish the pbix file? If you filter data based on another table/column, does it work? Please note that table and field names are case sensitive.
Could you illustrate how you created the report with some sample data so that I can try to rerpoduce your scenario?
Regards,
Yuliana Gu- serargi9 years agoAdvocate II
Yes, I replublished the report but it didnt work. I also try to use "ID/ReportSection3?filter=Tickets/Status eq 'done'" but it still not working
I use a grid to show all the tickets. Then two slicers, one for owner and other one for status.
- Status could be open, waiting or done.
- Owner is an email address.