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
oscar_bolanos
Advocate I
Advocate I

Filter 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.

oscar_bolanos_0-1626894826594.png

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?

 

2 REPLIES 2
Joanbo
Regular Visitor

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 blankno
eq nullno
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

 

lbendlin
Super User
Super User

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.

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