Forum Discussion
amikm
Helper V
5 years agoIssue with Date during closed year
I have a table that has all the dates from 01/01/2020 to 31/12/2020 I am writing a DAX measure to calculate Sales based on dates Sales=CALCULATE(SUM(Sales[Sale]), FILTER(Sales,Sales[CYPY]="CY")) ...