Forum Discussion
kalspiros
Helper I
4 years agoCalculate with slicer date
Hi all, I'm sorry, i'm sure the answer has been addressed again but from some quick search, i couldn't find it π And TOTALYTD doesn't seem to do the trick for me. So: I'm trying to capt...
- 4 years ago
Hi,
Here is one way to do this:RT month =var _year = YEAR(MAX(Aggregation[Opened At]))var _month = MONTH(MAX(Aggregation[Opened At (Month)]))returnCALCULATE(SUM(Aggregation[Duration(Secs)]),ALL(Aggregation),MONTH(Aggregation[Opened At (Month)])<=_month,YEAR(Aggregation[Opened At (Month)]=_year))
The example is a bit different but the base logic is the same. Ping me with @ if you have questions about it.I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/