Forum Discussion
DinaFlo
3 years agoNew Member
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...
- 3 years ago
You just have a ) in the wrong place
Current Admits = FILTER ( 'Funnel Data', RELATED ( 'Calendar'[CurWeekOffset] ) = 0 )
johnt75
3 years agoSuper User
You just have a ) in the wrong place
Current Admits =
FILTER ( 'Funnel Data', RELATED ( 'Calendar'[CurWeekOffset] ) = 0 )