Forum Discussion
bigspikemike
9 years agoRegular Visitor
Previous YTD Help
Hi BI Community, I am trying to make a drillable matrix and visuals that show the current progress compared to last years progress. My formula is: Previous YTD = CALCULATE(TOTALYTD([total sal...
- 9 years ago
In your scenario, to see the indivual month data, you should create a YearMonth column first, then build a hierarchy like "Year->YearMonth->Date". Your Previous YTD will return correct result.
Regards,
v-sihou-msft
9 years agoMicrosoft Employee
In your scenario, to see the indivual month data, you should create a YearMonth column first, then build a hierarchy like "Year->YearMonth->Date". Your Previous YTD will return correct result.
Regards,
bigspikemike
9 years agoRegular Visitor
Ok, I made a hierarchy and included previousyear and that did the trick