The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Here’s the correct script for pagination:
let
Pagination = List.Skip(List.Generate( () => [Last_Key = “init”, Counter=0],
each [Last_Key] <> null,
each [Last_Key = try if [Counter]<1 then “” else [Quelle][Value][offset] otherwise null,
Quelle= try if...