Forum Discussion
Line and Clustered Column chart YOY comparison
- Anonymous8 years ago
HI Anonymous,
Based on test, current 'Line and Clustered Column chart' not support auto analysis your measure and generate multiple lines of each category.
For your requirement, you need to manually write multiple measures for each category or try to submit it to ideas forum.
BTW, if you switch your visual to matrix, it can drill your measure to each categories.
Regards,
Xiaoxin Sheng
HI Anonymous,
Based on test, current 'Line and Clustered Column chart' not support auto analysis your measure and generate multiple lines of each category.
For your requirement, you need to manually write multiple measures for each category or try to submit it to ideas forum.
BTW, if you switch your visual to matrix, it can drill your measure to each categories.
Regards,
Xiaoxin Sheng
Hello Anonymous
I accepted your multiple measure offer as the solution. Just adding the year specific DAX for those who are interested.
2019 Gross Sales (YTD) = CALCULATE(SUM(YourTable[GrossSales]),FILTER(Date,Date[Year]=2019))
Best regards,
Petek