Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear Team,
I need to get the last date of the previous year previous month as of today.
EX: Today is 6/21/2020 i need to get 5/31/2019 using dax.
i need to include this on a Sumarize DAX query.
for example : Measure 2:=DATE(YEAR(TODAY())-1, MONTH(TODAY())-1,31) but here i dont want to put 31 it should take dynamically.
I am trying to find the count between two dates.
Dates are : the date should be less that start of the month of this month ie < 6/1/2020 and greater than > 05/31/2019
Basically a ralative date filter : in the last 12 calender month
Solved! Go to Solution.
Hi @Anonymous,
not quite sure what your intentions are, but you can find that date by using this:
DATE(year(TODAY()),MONTH(TODAY())-12,1)-1
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Hi @Anonymous,
not quite sure what your intentions are, but you can find that date by using this:
DATE(year(TODAY()),MONTH(TODAY())-12,1)-1
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
15 | |
14 | |
11 | |
10 | |
9 |