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...
mibu
Microsoft Employee
4 years agoHey Theo, thanks for the link... very helpful.
My issue though... is that when I enter DAX I seem only to be able to do it on a single line... rather than being able to enter on multiple lines... by hitting Return after each entry... do you know how I can get Power BI Desktop to allow me to code on multiple lines... instead of on a single line...
Attached is what it looks likeOnly able to code on a single line in Power BI Desktop