Forum Discussion
kivancc94
3 years agoHelper I
Creating Calendar Column with Date Condition
Hi I would be happy if you could help me. I have also used measure to solve that but failed. Problem : If today is the first day of current month , for example ( 01 August 2023 ) t...
- 3 years agoI made a calendar table.Column = CALENDAR(IF(DAY(TODAY()) = 1,DATE(YEAR(TODAY()), MONTH(TODAY())-1, 1),DATE(YEAR(TODAY()), MONTH(TODAY()), 1)),IF(DAY(TODAY()) = 1,EOMONTH(TODAY(),-1),EOMONTH(TODAY(),0)))