Forum Discussion
Anonymous
3 years agoNot 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 o...
- 3 years ago
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.
lbendlin
Super User
3 years agoYou 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.