The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have to control hierarchy via URL in powerbi.
I have EmployeeColumn and LineManagerColumn.
When LineManger Open the link he will see his subordinates and when employee open the link he will see only his record.
I am acheving this using sql functions but it is working fine in sql side but the issue is I want to pass the parameter to powerbi URL but in pbi URL we must have to filter a column (&filter=<table>/<column> eq 4200).
For now the URL looks like this :
https://app.powerbi.com/reportEmbed?reportId=20d41897-a7a6-45c8-be0b-0c76915625b0&autoAuth=true&ctid... 4200
but i want something like this:
https://app.powerbi.com/reportEmbed?reportId=20d41897-a7a6-45c8-be0b-0c76915625b0&autoAuth=true&ctid... 4200 or OBP/EmpNumber eq 4200
I want to check two columns using URL with OR operator or any other workaround to achieve this thing. Please Help!!!!
Solved! Go to Solution.
You can create an OR filter inside the same column with IN ()
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
You cannot do OR filters across columns. You can't do that in Power BI either unless you use measure filters.
You can create an OR filter inside the same column with IN ()
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
You cannot do OR filters across columns. You can't do that in Power BI either unless you use measure filters.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
22 | |
12 | |
12 | |
10 |
User | Count |
---|---|
111 | |
34 | |
28 | |
21 | |
19 |