Forum Discussion
oscar_bolanos
Advocate I
5 years agoFilter a report using query string parameters (for instance "(blank)" values ) in the URL
Within Power BI Service, I am trying to filter only (Blank) values. For instance, If I want to filter "Unit 1", the syntaxis would be: URL?filter=Table/Org eq 'Unit 1' and that's okay. ...
lbendlin
Super User
5 years agoExcellent question. The only thing that comes to mind is using the "NOT IN ( )" approach (by "and"ing a couple of "ne"s) but that probably gets old quickly if you have high cardinality.
Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
I think this should be raised as an idea.