DAX - Blank values produced in my pivot when combining CALCULATE and PREVIOUS MONTH

32 Views Asked by At

I have created a data table and marked it as a date table. I have the following measures:

HispPop = SUM([Total_Population_Hispanic_Latino])

2021HispPop = CALCULATE([HispPop],PREVIOUSYEAR('Calendar'[Date]))

Pivot Table with blanks

Snippet of data in PowerPivot window

0

There are 0 best solutions below