I am having an issue with with displaying last year sales data that are grouped by their respective store locations.
I created the Measure LY Total Sales:
LY Total Sales = CALCULATE(sum(DailySales[Sales]),SAMEPERIODLASTYEAR(DailySales[DateKey]))
But when I used it in a Column chart distributed by the store location I get a chart that is the same level across all stores. Is there a way to properly represent each store's last year sales?