Forum Discussion

ngg4686's avatar
ngg4686
Frequent Visitor
10 years ago
Solved

SAMEPERIODLASTYEAR not returning the correct data

I'm trying to do YOY sales information to see comparisons - like most people on here.     First Formula: Total Sales = Sum('Source Data'[Gross Revenue]) Second Formula :  Total Sales LY = CALCUL...
  • ngg4686's avatar
    ngg4686
    10 years ago

    Anonymous

    This issue was stemming from the fact that PowerBI wasn't recognizing the date field as a true date field.  I had to create a new column that explicitly created a new date field for it to work.  Thanks.