fListDates
(start as date, end as date) =>
let
end_correct = if end < start then start else end,
Источник = List.Dates( start,
Duration.Days(end_correct - start) +1 ,
#duration(1, 0, 0, 0)
)
in
Источник