Hi
I have an Automated Caldendar table, using the M Code below, is there a way to change it so that it goes up in increments of 1 Month rather than by Day ?
= List.Dates(Source, Number.From(DateTime.LocalNow())-Number.From(Source),#duration(1,0,0,0))
Thanks for your help.
Gav
I have an Automated Caldendar table, using the M Code below, is there a way to change it so that it goes up in increments of 1 Month rather than by Day ?
= List.Dates(Source, Number.From(DateTime.LocalNow())-Number.From(Source),#duration(1,0,0,0))
Thanks for your help.
Gav