Forum Discussion
ibrahimsharaf
9 years agoMicrosoft Employee
Getting all dates between 2 dates
Hello guys, I have 2 columns named, start date and end date, I want to create a column which contains all the dates between the after mentioned dates, for example
ImkeF
9 years agoCommunity Champion
In the query-editor, you can add a column with this formula: { Number.From([StartDate])..Number.From([EndDate]) }
It will create a list with all the desired dates in number format. Just expand that list-column and format to date.
bipinbhaskarwar
8 years agoFrequent Visitor
It is not working for the calculated column.
Can you please help me on this one?