Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Add OR operator in powerbi report URL

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!!!! 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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.

 

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

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.

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors