Native Tenant-Wide Metadata/API for Semantic Model "Offline Size"
The Problem: Currently, there is no centralized way for a Fabric or Power BI Administrator to extract the offline (compressed disk) size of all semantic models across a tenant. While individual sizes can sometimes be found via the XMLA endpoint or by manually checking the Capacity Metrics App, there is no REST API or Scanner API attribute that exposes this data at scale.
Microsoft has previously noted that this information is not currently exposed in any API. This creates a significant blind spot for administrators who need to:
Manage Capacity Growth: Identify which models are approaching the "Max Offline Dataset Size" limits set in the Admin Portal.
Optimize Costs: Pinpoint bloated models that are consuming excessive storage or will require large memory footprints upon loading.
Proactive Governance: Automate reporting on tenant-wide storage trends to prevent capacity exhaustion before it happens.
The Proposed Solution: Update the Power BI/Fabric Admin REST APIs (specifically the Scanner API or Get Datasets In Group) to include a metadata field for offlineSizeInBytes.
Ideally, this should provide:
The compressed size on disk (Offline Size).
Integration with the Fabric Capacity Metrics App: A dedicated, exportable table showing the size of all items, not just those recently active.
Historical Snapshotting: The ability to see how a model's offline size has grown over time via standard admin logs.
Why this is important for Fabric: As we move toward a more unified Fabric experience, storage and compute are billed and managed more strictly. Knowing the "weight" of a semantic model before it is loaded into memory is a fundamental requirement for any enterprise-grade "Flight Dashboard." We cannot manage what we cannot measure at scale.
Recent ideas
Allow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara4 hours agoNew MemberNew4Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi8 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K10 hours agoMicrosoft EmployeeNew24Views6likes0CommentsInvoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz14 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris14 hours agoAdvocate IINew1.4KViews27likes3Comments