Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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",ENDOFMONTH (Sales[OrderDate])+1)
I incorrectly get:
B |
8/1/2004 12:00:00 AM |
I expected 8/1/2001
However, When I run:
EVALUATE
FILTER( ALL ( Calendar ),
'Calendar'[Date] >= ENDOFMONTH (Sales[OrderDate])+1
&&
'Calendar'[Date] <= EOMONTH (min(Sales[OrderDate]),3)
)
I unfortunately get:
Date |
8/16/2001 12:00:00 AM |
9/11/2001 12:00:00 AM |
10/24/2001 12:00:00 AM |
Can you explain? I expect a resultant date range from B to A.
Solved! Go to Solution.
Solved. Dropped the endofmonth and converted to eomonth for both filters.
Solved. Dropped the endofmonth and converted to eomonth for both filters.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |