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

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

Reply
Yani
Regular Visitor

How to make specific filter?

Hi, 

in one of my report, i have data table with some filters and i try to make another filter based on a type date field. I try to show in this filter two "checkbox" where we can chose beteween "empty" or "not empty".As you can imagine, empty is to show only lines with no date and the other one is to show lines with date. 

 

is someone have an iade about how to make it? 

 

thank you. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello @Yani,

 

Make a column

 

Date_Filled = IF([date] <> Blank(), "not empty", "empty")

 

Now put a slicer on this column

 

Adarsh

Mark my post as a solution if it solves your problem.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hello @Yani,

 

Make a column

 

Date_Filled = IF([date] <> Blank(), "not empty", "empty")

 

Now put a slicer on this column

 

Adarsh

Mark my post as a solution if it solves your problem.

Thank you for the answer. That's work very well!

novilpawar
Advocate I
Advocate I

@Yani hi

Go to this link, you will have an idea to solve your problem.

note:- you have to create 2 measures with filter one without blank and one with blank (no date).

https://community.powerbi.com/t5/Desktop/Slicer-for-replacing-one-column-for-another/m-p/732579#M353...

 

Regards,

Novil

If I answer you question, please mark my post as solution.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Solution Authors