Forum Discussion
mibu
Microsoft Employee
4 years agoEntering DAX on multiple lines when creating a new table with DAX
Team, I am trying to create a Date table with DAX as follows: 1 Date = 2 ADDCOLUMNS ( 3 CALENDARAUTO(), 4 "Year", YEAR ( [Date] ) 5 ) But I seem to be able to only enter...