Forum Discussion

DinaFlo's avatar
DinaFlo
New Member
3 years ago
Solved

Fully Qualified Column error with Calendar Table

I'm working on a Measure to find my current data in the 'Funnel Data' table, based on the Current week (CurWeekOffset = 0) in the 'Calendar' table. Current Admits = FILTER('Funnel Data', RELATED('C...
  • johnt75's avatar
    3 years ago

    You just have a ) in the wrong place

    Current Admits =
    FILTER ( 'Funnel Data', RELATED ( 'Calendar'[CurWeekOffset] ) = 0 )