Paginated REST APIs in Power Query That Actually Refresh in the Service
Most Power Query pagination examples break the moment you publish to Power BI Service. Here's a complete, production-ready pattern for cursor-based REST API pagination using Web.Contents with RelativePath, proper auth handling, and a List.Generate implementation that doesn't skip the last page.