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

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

Reply
rickylee
Helper III
Helper III

In date column, column selected a date range and "blank" date together?

Hello,

I have created a visualisation based on date. It shows the number of customers within the date range. However, I realised some customers do not have a date range and would like to include them. 

I tried to create two slicers but the one with date range dominated the one which "blank". It seems I cannot select customers in a date range and also the data column is 'blank' in one go.

date range.PNG

Any ideas?

Thanks,
Ricky

1 REPLY 1
petrovnikitamai
Resolver V
Resolver V

i'm not shure but try

one way

1. add new column and write instead blank some date, for example

date_corrected = IF(ISBLANK([date]);DATE(2018;06;01);[date])

2. use in slicer this column or get relationship with dimdate

 

other way

create second table with customers(blank date) only and remove interaction with date slicer using 

image.png

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors