Hi,
I'm trying to add the day of the year number in a power bi calendar , and keep seeing the following;
DATEDIFF (STARTOFYEAR ('Date' [Date]),'Date' [Date],DAY)+1
I have tried using this and just get errors,
"Day of Month", DAY([Date]) ,
"Day of Week", WEEKDAY([Date] ,2) ...