Forum Discussion
cnestg8r
9 years agoRegular Visitor
DAX Filtered Time Range
In DAX Studio: When I run: EVALUATE row("A",EOMONTH (min(Sales[OrderDate]),3)) I correctly get: A 10/31/2001 12:00:00 AM When I run: EVALUATE row("B",ENDOFMONT...
- 9 years ago
Solved. Dropped the endofmonth and converted to eomonth for both filters.
cnestg8r
9 years agoRegular Visitor
Solved. Dropped the endofmonth and converted to eomonth for both filters.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi cnestg8r,
Congratulations, you have resolved your issue by yourself. Please mark the workaround as answer, so more people will benefit from it.
Best Regards,
Angelia