Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Is Start week True / False

Hi everyone,    I need a column shows True if the date is Start Week and False if not. I wrote this  Week Start Date = if('Date'[FullDate] - WEEKDAY('Date'[FullDate],2) + 1 , True(), False())...