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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Anonymous
Not applicable

Convert Excel formula to Dax: 'If date between any of multiple date ranges'

Hello, I've been lurking on this forumn for a few days now to find a solution but haven't been able to. I hope this is the right place to post this.

 

For context, I'm trying to create a flag. I have multiple sheets with start times and end times, and then a column with whether or not my schedule was interupted. 

 

I found this thread on ExcelForum, which describes my issue almost exactly: If date between any of multiple date ranges [SOLVED]

 

This code worked for the original poster, but I have no idea how I'd convert this to DAX:

=SUMPRODUCT(($D1>=TEXT($A$2:$A$7,"HH:MM")*1)*($D1<=TEXT($B$2:$B$7,"HH:MM")*1))

 

I'd also have on extra column for a third condition (e.g. was an emergency patient brought to the hospital during the operation), but I've been able to do that. I'm just clueless when it comes getting the dates to work.

 

Any help in guiding me in the right direction would be much appreciated, thank you.

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

I have created a simple sample, please refer to it to see if it helps you.

Measure = SUMX(SUMMARIZE('Table','Table'[sub],'Table'[a],'Table'[b]),'Table'[a]*'Table'[b])

vrongtiepmsft_0-1680141714052.png

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.