Forum Discussion

Joachim2108's avatar
Joachim2108
Helper I
5 years ago

Chart and table showing different values

Hi all,

 

I'm having issues with a "YTD last year" measure.

 

 

 

I have the same measures presented on a chart and table, however as you can see on the picture, the YTD last year values are different, while the YTD (current year) values are correct and the same. The YTD last year values are correct on the chart, not the table. The DAX formula for YTD last year is: 

 

YTD Last year = CALCULATE([YTD];SAMEPERIODLASTYEAR('DATE'[DATE]))
 
The solution is probably very simple, however I can't seem to figure it out. Can anyone tell me why the table shows different values, and how do I fix it?? Thanks in advance.

2 Replies