environment
220 TopicsFabric Capacity Metrics - missing subscription data
Good morning, From July 25 I cannot see subscription CU consumption in the App (North Central US region) - does anyone else have this issue? Any hints what is going on? I've raised MS support ticket but they keep on asking for random screenshots for some time now. It seems that some visuals include that data, some of them don't. Tomasz23Views0likes2CommentsMissing Dynamics 365 F&O tables when creating a Link to Microsoft Fabric
Hi Community, We are creating a Link to Microsoft Fabric from our Dataverse environment. While selecting tables for the link, we can see all the required tables under the Dataverse section. However, under the Dynamics 365 Finance and Operations (F&O) section, I see lot of tables, but required F&O tables are not available for selection when i search for it. Could you please clarify the following? Are there any features, configurations, or prerequisites that must be enabled for an F&O table to appear when creating a Link to Microsoft Fabric? Do the underlying F&O tables need to have specific properties enabled, such as change tracking or any other data-sharing configuration? Are there any restrictions on which standard or custom F&O tables are supported? Is there a recommended way to verify why a specific F&O table is unavailable? The required tables exist in the F&O environment, but they are not listed in the F&O table-selection section while configuring the Fabric link. Any guidance on the required configuration or troubleshooting steps would be appreciated. Thanks.85Views0likes2CommentsCan't delete Fabric items no Delete option available
Dear All, We have stopped using the Fabric Trial and are currently migrating to Premium Capacity. Due to a region-related issue, we were advised to delete all Fabric items before the workspace can be migrated. However, we still have three Fabric items that do not show a Delete option. Even the owners of these items are unable to delete them. As the workspace administrator, I have full permissions to manage and remove workspace items, and we were able to successfully delete all other Fabric items without issue. Could you please assist us in removing these remaining three items or advise on the appropriate steps to proceed? regards, kirahSolved305Views0likes9CommentsFabric Runtime 2.0 with semantic link
Hi, I am trying to configure a new environment with Fabric runtime 2.0. However it keeps failing while adding the Semantic-link or semantic-link-labs packages. Runtime 2.0 contains Python 3.13, however both semantic link packages Requires-Python >=3.10,<3.12. Is this something that will be fixed in the fabric runtime in the future? Or is this a fix that needs to come from the semantic-link-labs package itself? At the moment I can't therefore use this runtime, since I use these packages voor generation my semantic models. Happy to know when I can use runtime 2.0 with semantic-link-labs!Solved802Views1like12CommentsBayesian Thinking for Data Science in Microsoft Fabric
In this edition, we’re exploring Bayesian modeling and how to think about uncertainty in a more realistic, practical way using PyMC3. By the time you’re done, you’ll have a clear intuition for what Bayesian thinking really means, why it’s so useful in day-to-day data work, and how it changes the way you interpret results. We’ll also explore how PyMC3 supports this mindset in a structured but approachable way.60Views2likes1CommentHow are organizations using Microsoft Fabric for end-to-end Machine Learning pipelines?
I'm curious how companies are implementing complete ML workflows in Microsoft Fabric. Do you perform: Data ingestion Feature engineering Model training Model deployment Monitoring entirely inside Fabric, or do you combine Fabric with Azure ML, Databricks, or other platforms? I'd love to learn from real production experiences.Solved272Views3likes5CommentsCausal Inference for Data Science in Microsoft Fabric
In this edition, we’re exploring into causal inference and why it matters once you move beyond basic reporting and prediction. By the time you’re done, you’ll have a clear understanding of how causal thinking differs from traditional analytics and how to reframe everyday business questions around cause and effect instead of simple correlation. And because insights only matter if they’re understood, we’ll look at how to communicate causal findings clearly and responsibly so decision-makers know what they can trust and act on.55Views2likes0CommentsFabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF
Migrating an ADF ingestion factory (~219 pipelines, 36 linked services) to Fabric Data Factory programmatically via the REST API. Three connection issues I can't resolve through the API — looking for the supported path or confirmation they're UI/manual-only: whats is the best apprach to migrate adf pipleins with having parametarized linked services call 1. Connector types not creatable via the Connections REST API. POST /v1/connections returns "Kind: AzureDatabricks is not supported" and "Kind: Ftp is not supported." Which connector kinds does the public Connections API support, and for the rest (Databricks, FTP, …) is the UI the only option, or is there an automation/API path? 2. ADLS Gen2 + Workspace Identity → DMTS_UntrustedEndpointForWorkspaceIdentity. Creating an AzureDataLakeStorage connection with Workspace Identity fails as an untrusted endpoint. What's required to create it via API end-to-end — does the storage account need trusted-workspace-access / the workspace identity pre-granted? Is there an API to establish that trust? 3. Parameterized linked services with per-call dynamic endpoints. Several ADF REST linked services use url = @{linkedService().absolute_url} — the URL is passed by each dataset at runtime, so one linked service calls many URLs. Fabric connections need a fixed endpoint. What's the recommended pattern — one connection per host + dynamic relative URL? Parameterize the connection field by GUID via a Variable Library? Any way to represent a fully dynamic-URL connection? Environment: Fabric Trial capacity; connections created via a Service Principal. Official docs/links appreciated.Solved571Views0likes6CommentsLevel Up Your Forecasting with Temporal Fusion Transformers for Data Science in Microsoft Fabric
In this edition, we’re exploring Temporal Fusion Transformers in a way that actually makes sense in the real world. You’ll also get a clear walkthrough of the key ideas inside the architecture, like variable selection, gating, and attention, and how they work together to make sense of messy, real-life data. And more importantly, you’ll walk away understanding how TFTs can support you with complexity every day, giving you both clarity and confidence in your forecasting work.440Views4likes2Comments