Forum Discussion
Transforming single row into multiple row
- 6 years ago
Hi! yes you can do that. Go to edit queries. Then add a custom column with a code like this:
List.Transform({Number.From([start date])..Number.From([end date])}, each Date.From(_))This will create a list for each row containing the values between those dates. Then you can expand the list clicking on the arrows button. The result will be the expected one.
Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi! yes you can do that. Go to edit queries. Then add a custom column with a code like this:
List.Transform({Number.From([start date])..Number.From([end date])}, each Date.From(_))This will create a list for each row containing the values between those dates. Then you can expand the list clicking on the arrows button. The result will be the expected one.
Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.