Forum Discussion
Anonymous
4 years agoNot applicable
Dax for creating date column for specific dates.
Hello, Please anyone can tell me how can i create the dax column for date table as it will automatically add 1st date of every month like eg:- Year & Month Identifier = {"01-January-2018","01-Fe...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Create a table.
Table = filter(CALENDAR(DATE(2021,1,1),TODAY()),DAY([Date])=1)
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.