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
7 years agoCommunity Champion
Anonymous
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
- Anonymous6 years agoNot applicable
how would I do the same thing if I only wanted EOM dates instead?
- PradeepDive5 years agoHelper II
Thats awesome... curious to know how that works.. can you explain.