Forum Discussion

DieLem's avatar
DieLem
Helper II
8 years ago
Solved

Calculation Error in Measure

Hi,   I have two graphs that look similar but are different.   The first shows a target line of registrations with the current YTD registrations as a column below. It was changed to only show the...
  • sdjensen's avatar
    8 years ago

    Instead of VALUES('Date'[Date]) <= TODAY() you should use MIN('Date'[Date]) <= TODAY()