Forum Discussion

SniperPro's avatar
SniperPro
Frequent Visitor
3 years ago

Calculating YTD while keeping Month filter

I have bellow table data:      I want to add a measure calculating the YTD of Value so I added this measure : Mesure = CALCULATE(SUM('Table'[Value]), DATESYTD('Calendar'[Date])) Then in my...