Forum Discussion
Anonymous
7 years agoNot applicable
Create a new table with multiple rows for each ID based on date.
Hello everyone, and thank you in advance. I have a dataset with this general form: I am trying to generate a table that has a row for each date in between the start and end date inclus...
- 7 years ago
Anonymous
With Query EditorAdd this Custom Column
={Number.From([Start])..Number.From([End])}Now Expand it to new rows
Now convert this column into date format
Zubair_Muhammad
Community Champion
7 years agoAnonymous
With Query Editor
Add this Custom Column
={Number.From([Start])..Number.From([End])}
Now Expand it to new rows
Now convert this column into date format
PradeepDive
Helper II
5 years agoThats awesome... curious to know how that works.. can you explain.