Forum Discussion
Anonymous
5 years agoNot applicable
Create a new table depending on range
Hi there, I want to create a new table depending on range, I got the following data; but I want to see it the following way; Thanks in advanced.
Ashish_Mathur
5 years agoSuper User
Hi,
This M code will work
={Number.From([StartDate])..Number.From([EndDate])}
Then expand this new column.
Hope this helps.
- Anonymous5 years agoNot applicable
The solution send me the following error
- Ashish_Mathur5 years agoSuper User
You are missing the curly brackets at the beginning and end.
- Anonymous5 years agoNot applicable
Sorry, now I got the following error