Forum Discussion
EpicTriffid
Helper IV
6 years agoYear on Year Difference Problems
Hi there, I've been working on this problem for a while now, and when I think its solved, it turns out its not. I'm trying to show Year on Year Differences. You can see above, howev...
kentyler
Solution Sage
6 years agoYour measure refers to a single date field, yet your data has multiple columns, each of which refer to different dates.
Maybe try unpivoting your data so you have the years stacked on top of each other instead of side by side (you will have to add a "year" column) and see if that changes the behavior of your measure.