governance
483 TopicsHigh CU consumption after enabling Workspace Monitoring
Hi everyone, I’m wondering if anyone else has experienced very high CU consumption after enabling Workspace Monitoring in Microsoft Fabric. In my case, I tested it on an F4 capacity, and the additional CU usage was significant enough that the capacity became difficult to use for the actual workloads running in the workspace. I understand that Workspace Monitoring creates and uses Fabric resources for collecting and storing logs, so some additional capacity consumption is expected. However, the overhead I’m seeing feels quite high and it makes no sense to enable this feature I’m interested if there are any answers on following questions: Have you noticed a significant CU increase after enabling Workspace Monitoring? Is the impact especially noticeable on smaller capacities such as F2/F4/F8? Have you found any practical way to reduce the monitoring overhead? Are you using Workspace Monitoring in production on smaller capacities, or do you avoid it because of the CU cost? At the moment, my concern is that on smaller capacities the monitoring workload itself can consume enough capacity to materially affect the workloads it is supposed to help monitor. Would be interested to hear about other people’s experience and whether this is expected behaviour.1View0likes0CommentsDesign pattern for an architecture for +20 offices
hey everyone, quick question I want to know what the options are for scaling up an infrastructure on MS Fabric to +20 countires in one region. should each country have their own workspace and then we deploy the same architecture across those +20 workspaces, or we have a single regional workspace to host all of them (i assume it's be messy at some point)?? considering security and governance, as the data of each country can be sensitive to some extent I would like to learn from any best practices out there AppreciatedSolved86Views0likes8CommentsFabric IQ: Do Ontology entity synonyms work with Data Agent?
Hi, everyone! Short intro Currently I'm using the "super-duper-mega-nano-ultra" product - Microsoft Fabric to build natural language processing flow on-top of Microsoft Fabric Warehouse data. As for now It's rather a POC than production solution. I found a lot of the official Microsoft' documentation related to my task, but I have a little problem... The solution architecture (high-level) I made some investigations and as the result is the following architecture, which I want to implement (picture below): The idea is the next: the Microsoft Fabric Warehouse schema is connected to Microsoft Fabric Lakehouse, using shortcut; the Microsoft Fabric Ontology consumes the Microsoft Fabric Lakehouse as a data source for data binding; the Microsoft Fabric Data Agent uses a Microsoft Fabric Ontology (enriched with business context) to process natural language questions. The Microsoft Fabric Warehouse contains the following (dummy) objects (picture below): Tenant settings Microsoft documentation says, that specific tenant configurations should be applied to use Microsoft Fabric Ontology with Microsoft Fabric Data Agent (https://learn.microsoft.com/en-us/fabric/data-science/data-agent-tenant-settings) - everything is configured properly. Ontology configuration My Microsoft Fabric Ontology is configured as below (the configuration is influenced by Microsoft Fabric Ontology tutorial, which can be found here - https://learn.microsoft.com/en-us/fabric/iq/ontology/overview). Main view - two entities with a single relationship: ETLEntity entity configuration - the entity has the description, one synonym, metadata: ETLEntityRun entity configuration - the entity has the description, one synonym, metadata: As for now the Microsoft documentation says, that Microsoft Fabric Ontology descriptions, synonyms, metadata help Microsoft Fabric Data Agent to better understand the context (https://learn.microsoft.com/en-us/fabric/iq/ontology/how-to-add-semantic-enrichment). The problem My Microsoft Fabric Data Agent is connected to my Microsoft Fabric Ontology, which is described above, but the agent can't answer the simple questions about entities and the questions examples are provided below (the Microsoft Fabric Ontology Graph model was refreshed successfully before questions were asked): ETLEntity successful question without synonym usage: ETLEntityRun successful question without synonym usage: ETLEntity failed question with synonym usage: ETLEntityRun failed question with synonym usage: Looks like Microsoft Fabric Data Agent can't figure out, which entities are unicorn/wizard, even if they have appropriate synonyms. It's not my first iteration - I tried a lot, but result still the same every time. I feel like I missed something obvious in my configuration, but what... What are your thoughts? P.S.: the provided configuration is simple; objects and their metadata has no business context - It's just a sample, which I built to test some scenario; I think It's enough to check such use-case.224Views0likes3CommentsPaginated Reports
Dears, My team is using paginated reports Q1) Do they (paginated reports) respect the RLS if its implemented at the semantic layer level? They are also extracting the report , and, in some cases, during the extraction passing a country parameters and converting to excel (which they append to an e-mail and send via Graph API) I don't like the fact that the users receive the information in excel and also, I don't like the fact that currently they are filtering the report per country so that people only see their one things. This seems to me like a custom way of doing RLS.. Q2 ) Do you suggest any other approach? Thanks a lot, Pedro40Views0likes3CommentsLineage in Fabric - Onelake Catalog Vs WS lineage
Dears, Seems to me that, for the time being onelake atalog only allows to see lineage at item level, meaning, seems not doable to see the things at sub-item (tables , notebooks, etc..) How about in Workspaces? there can I choose a table and see its lineage , meaning from where it was created (raw or bronze) till gold and after , reporting? and what about notebboks and gen flows? Also, any idea of if its expected that onelake catalog starts to show lineage at sub-items level? Thanks a lot, Pedro37Views0likes2CommentsHaving Error when connecting to data source
Hi all, I am getting this error when I try to use the Copy Data with the Dynamic AX connector to connect my D365fo data to the Lakehouse. I have setup the APP registration from Azure with my Microsoft Entra ID. Below is the error detail I get. Error code: 23205 Details: Requesting response from path and query failed with status code Forbidden and message {"Message":"Please verify that the user is valid and set up correctly."}.Solved32Views0likes2CommentsFabric Onelake Catalog Vs Purview Unified Catalog
Dears, Our company is using Purview as the data catalog of the company We heard that Purview Data Catalog will be decom. and that Fabric Onelake will inherit the majority of its funcionalities Is anybody aware of this? Regards, Pedro84Views0likes5CommentsFabric App (Preview) - HIPAA Compliance
Is the Fabric App (Preview) capability covered under the Microsoft Business Associate Agreement (BAA)? We are a healthcare company compliantly using Fabric, which is covered under the BAA. Unfortunately, the Microsoft BAA clearly states preview features are excluded from scope, "...excluding Previews unless the applicable Preview product documentation on MSLearn (or successor site) expressly identifies it as in scope". I've looked for a place where Fabric App (Preview) is expressly identified as in-scope under the BAA but can't find anything. Does anyone know of a direct reference where Fabric App (Preview) is explicitly stated as in-scope for BAA coverage?Solved20Views0likes1CommentConcurrent Git Branching in Fabric Workarounds for Data Rehydration?
Hi Fabric Community, We're looking for recommendations on Git branching strategies for multi-developer teams in Fabric. The Challenge: In Synapse, developer branch selection was independent per user. In Fabric, changing the workspace Git branch alters the branch for all users in that workspace, making concurrent development on separate branches difficult. Current Workaround & Pain Point: Fabric documentation recommends creating a new workspace per feature branch. Issue: Rehydrating data for every feature workspace is time-consuming and something we want to avoid. Questions: What is the recommended best practice for isolated concurrent feature branching in Fabric? Are there established patterns (e.g., using shortcuts, thin reports, or shared lakehouses across dev workspaces) to avoid rehydrating data for each feature workspace? Appreciate any insights!Solved38Views0likes3Comments