Запрос tTable1:
Источник = Access.Database(File.Contents(Excel.CurrentWorkbook(){[Name="PthBdAcc"]}[Content]{0}[Расположение Базы Access]),[CreateNavigationProperties=true]), _tTable1 = Источник{[Schema="",Item="tTable1"]}[Data], t = Table.TransformColumnTypes(_tTable1,{{"Дата", type date}}), Фильтр = Table.SelectRows(t, each [Дата] >= GetValue("dtBeg") and [Дата] <= GetValue("dtEnd")) in Фильтр |