Forum Discussion

ddtblar's avatar
ddtblar
Icon for Helper I rankHelper I
8 years ago
Solved

KPI goal from total counted data last year

hi guys, Need your help. I am lost. I am new with KPI visual. So it gets me wrong when use it. My KPI is about how many visitor (count of all row data) are coming in this year (based on the date-y...
  • Stachu's avatar
    8 years ago

    it should be something like this, but it requries an input of type date

    Goal=
    CALCULATE (
        [total],
        SAMEPERIODLASTYEAR ( 'Date'[Date] )
    )