Forum Discussion
Anonymous
4 years agoNot applicable
Python to Dax help
Hello all, I am currently trying to convert this below code into something that I can paste into DAX and create a new column that reads a date column and returns the fiscal week. To clarify, my F...
Anonymous
4 years agoNot applicable
I've made the changes and it just returns false. I've tried every different formatting option but it still returns False each time
vapid128
4 years agoSolution Specialist
We need all date in date colnum.
If we cant have all date, we can create a date table with all date.
datetable = CALENDAR(MIN(table[date]),MAX(table[date]))