Forum Discussion

mp390988's avatar
mp390988
Post Partisan
1 year ago
Solved

DATESYTD function

Hello,   I have a measure defined as: RevenueYTD = CALCULATE(     [Revenue],     DATESYTD('CalendarTbl'[Date]) ) When I drop this measure into my visual, it does not show any values, as...
  • mp390988's avatar
    mp390988
    1 year ago

    Hi FBergamaschi ,

    I realised that I had more than one table marked as date table. For example, I had both the Calendar and CalendarTbl marked as Date tables. As soon as I turned off Calendar as being Date table it worked!

    Thank You