Forum Discussion
alihijazi
10 years agoHelper I
Token eof expected
Hello I'm trying to create a Calendar using List.Date function I got the list correctly and I converted the list to a table Now I want to create custom columns to have the year, month, etc... How...
- 10 years ago
=[Date].Year([Date]) is not a valid formula.
Try duplicating the date column 3 times. Then for each new column, use the menu Transform\Date\Year etc
SabineOussi
10 years agoSkilled Sharer
Try
Date.Year([Date])
Date.Month([Date])