Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
However, I want to filter the (Blank) value (meaning NULL values), I tried with URL?filter=Table/Org eq '(Blank)' but Power BI interprets "(Blank)" as a string not as NULL.
What I need to get is an expression like: where Org is null or where lenght(Org) = 0.
I have already reviewed the documentation Filter a report using query string parameters in the URL - Power BI | Microsoft Docs
Are there any thoughts or ideas to workaround this issue?
Hello guys, I am having the same issue and I have looked everywhere, but have not found a way to make the odata URL filter understand blank Power BI values. Did you guy make any advance?
I reached the same conclusion provided by @lbendlin , but with high cardinality models it is not a viable solution.
Thank you so much.
Tried URL filters Worked
eq 'blank' | no |
eq blank | no |
eq null | no |
eq 'null' | no |
(table/column eq null) | no |
(table/column eq blank) | no |
(table/column eq '(En blanco)') | no |
eq '(En blanco)' | no |
eq '' | no |
table/(column eq null) | no |
table/(column eq 'null') | no |
table/(column eq '') | no |
Excellent 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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
34 | |
32 | |
19 | |
12 | |
8 |
User | Count |
---|---|
52 | |
36 | |
29 | |
14 | |
12 |