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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.