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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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