This will generally have large PBIX files (100 MB+) published to the Power BI service with a scheduled refresh configured to use an on-premises data gateway and which queries a relational database as the primary source. If the large PBIX file is retrieving from a file or a collection of files within a folder, revisions are certainly possible, such as filtering out files based on their modified date relative to the current date as per
Chapter 10,
Developing Solutions for System Monitoring and Administration. However, query folding is not an option for file sources, while maximum query folding is available for common relational database sources such as SQL Server and Oracle. ...