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
STARTOFMONTH(Tablename(datescolumn).[date])
This function will give first date of each month in new column.
- Anonymous4 years agoNot applicable
No i want to create the table by not taking any value this the main date table no other date table is there.