Forum Discussion
aboliverABC
3 years agoFrequent Visitor
Creating Table with DAX from Multiple Tables
I am trying to utilize DAX to create a table (not power query), to help summarize the turnaround time between to services. Service 1 occures before Service 2. I ultimately want to know the time bet...
Ahmedx
3 years agoSuper User
And if greater than service2[Start], what should be the result?
- aboliverABC3 years agoFrequent Visitor
then that Service1[Stop] should not be considered. Only the max Service1[Stop] prior to Service2[start]. In real world terms, Service 2 can't start until Service 1 is complete, however there can be multiple Serivce 1 encounters that don't have anything to do with Service 2.