Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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.
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.
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])
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.
User | Count |
---|---|
77 | |
70 | |
69 | |
54 | |
48 |
User | Count |
---|---|
42 | |
37 | |
34 | |
31 | |
28 |