Forum Discussion
ThisIsHalloween
2 years agoHelper I
Table Based Off Date Measure Not Populating
I have a measure that calculates the last date in a table: Last Date in Receipts CY =
MAX(Receipts[BI Date]) I have a second measure that takes that same date and subtracts a year: ...
- 2 years ago
I tried this as well hoping that it would work but not luck so I think it's that I am using edate but I don't know what to use instead:
PY = FILTER ( Receipts, AND ( Receipts[BI Date] >= DATE ( 2022, 7, 1 ), Receipts[BI Date] <= edate([Last Date in Receipts CY],-12) ) )
Anonymous
2 years agoNot applicable
Glad to hear you solved the problem! Could you please mark your solution as an ANSWER? This will help more users who are facing the same or similar difficulties. Thank you!
Best Regards,
Yulia Xu
ThisIsHalloween
2 years agoHelper I
Thanks for letting me know! I'm still very new to PowerBI and the Community.