Am curious if there is a comparable function in M which looks at the date fields in the available queries and generates a contiguous date table from first to last date value?
I am wanting to generate a line of code which I can just copy & paste into future models to automatically generate calendar tables with all desired levels of granularity.
I've used "List.Dates" or simply generated a list with date numeric values (e.g. {40544..41857}....and even this after utilizing CALENDARAUTO() in DAX to ascertain the Calendar table boundaries) but it would be great to eliminate that initial step and simply have a function do it for me.
If anyone is familiar with a solution, please let me know.
Thanks in advance!
Igor