Is this possible something like this?
Q_Range:
(Query1 as list, Query2 as list ) =>
let
Source = Table.FromColumns({Lines.FromBinary(Web.Contents("https://URL_ADDRESS"))}),
#"Kept Range of Rows" = Table.Range(Source,List.First(Query1),List.First(Query2))
in
#"Kept Range of Rows"...