Forum Discussion
GusLima121
2 years agoFrequent Visitor
Reduce memory used by DAX Command
Greetings, I need help reducing the DAX Measure used memory so the calculations are shown fully. I'm using the followin Measure to calculater Overlapping Dates Duration _Calculate Overlapping ...
lbendlin
Super User
2 years agoAny particular reason for not using INTERSECT() ?
GusLima121
2 years agoFrequent Visitor
From what i've seen about Intersect, i don't think it'll be of use, im looking for the duration of all overlapping instances correctly (just noticed i didn't include my intent).