fundamentals
11 TopicsDeployment Pipelines Can't start deployment of notebook in folder
I have a notebook in a folder in my dev workspace. A folder of the same name exists in Production. When I try to deploy I get the following error: When I take it out of a folder it deploys fine. Is this the place to post bugs?Solved1.5KViews0likes5CommentsUnable see the Tables in Fabric that have status as active in Power Platform.
Hi Community Using Link to Fabric in Power apps i have synced my D365 FnO to Fabric lakehouse there are some tables that have status as active in power apps as show in screenshot below but are found in Unidentified folder in Fabric lakehouse what might be the reason behind it and how to solve this problem. The above two screenshots one is from power apps and the other is from Fabric lakehouse Can any one in the commuinty provide the solution for this problem any small information provided will be so helpfull.957Views0likes2CommentsFabric: Issues with loading notebook UI, missing css file
Hi all, I receive the following strange error when opening any notebook or creating new ones in my Fabric workspace: Diagnostic ID: aacada1c-15f2-46a5-8374-66d93c8c5fe8 Timestamp: 2023-12-21T14:16:08.985Z Message: Error: Failed to load resource: https://aznb-ame-prod.azureedge.net/component/1.6/latest/aznb-bundle.css?timestamp=1703168163132. undefined HTMLLinkElement.<anonymous> (https://pbides.powerbi.com/22.089ea74b803640f21e18.js:5:769) JSON { "name": "Error", "message": "Failed to load resource: https://aznb-ame-prod.azureedge.net/component/1.6/latest/aznb-bundle.css?timestamp=1703168163132. undefined", "stack": "Error: Failed to load resource: https://aznb-ame-prod.azureedge.net/component/1.6/latest/aznb-bundle.css?timestamp=1703168163132. undefined\n at HTMLLinkElement.<anonymous> (https://pbides.powerbi.com/22.089ea74b803640f21e18.js:5:769)" } Additional info: Component stack at Lazy at Suspense at g (https://pbides.powerbi.com/AppComponent.18a2fb3c1e50f65c9622.js:5:8503) at div at x (https://pbides.powerbi.com/AppComponent.18a2fb3c1e50f65c9622.js:5:2509) at div at l (https://pbides.powerbi.com/AppComponent.18a2fb3c1e50f65c9622.js:5:1684) at div at i (https://pbides.powerbi.com/141.ea2d53c2994da6fa3fcb.js:5:447) at https://pbides.powerbi.com/333.c4676082561e7a8daf4c.js:6:29889 at div at i (https://pbides.powerbi.com/bundle.5572d93651f661141e54.js:6:83963) at https://pbides.powerbi.com/864.2d94ee741c8eaf4994d7.js:5:2603 at f (https://pbides.powerbi.com/trident-ux-react.7462b1bf137f0a3c4b24.js:5:180101) at l (https://pbides.powerbi.com/333.c4676082561e7a8daf4c.js:6:46811) at en (https://pbides.powerbi.com/333.c4676082561e7a8daf4c.js:6:69865) at Suspense at D (https://pbides.powerbi.com/AppComponent.18a2fb3c1e50f65c9622.js:5:5345) at l (https://pbides.powerbi.com/bundle.5572d93651f661141e54.js:6:193193) It looks like an erroneous deployment of product increment. Any ideas?Solved2.2KViews0likes6CommentsChoosing the right Fabric architecture
Hi all I am not sure If I am in the right place for this question , but since it is data ingestion / storage related, I thought I'd give it a try 🙂 As there are quite a number of tools and options within fabric and everything is still quite new, I wanted to cross check with the community to find the most ideal architecture for data integration for the following scenario. - 4 Main sources: 2 Web APIs (with pagination), one Database (SQL) behind a Firewall, and Dynamics Business Central - Data from one Web API is mostly event driven, the other is a payment gateway - Use Power BI for visualization, preferrably using centralized datasets with measures - Not a hige amount of data for now (below 1TB) but solution should be scaleable Small company, preferrably using Power BI licenses only or a lower Fabric license I lean towards using Dataflows Gen2 for all sources, connecting to the internal DB with the Power BI Gateway, and dropping all into a Datamart. That way, I believe, all could be done using Premium per User Licenses. But that would also mean that everyone consuming reports base don that would need PPU, right? Alternatively I could bring it all into a Lakehouse or Warehouse. That would require a Fabric license. Looking for some thoughts, ideas? What would you do? Or is there anything else that might need to be considered? Thanks for the help!Solved3.7KViews0likes6CommentsSpark Tables CREATE OR REPLACE not working
When running this code %%sql CREATE OR REPLACE TABLE sample ( integer INT, string VARCHAR(50) ) I get the error message "Error: REPLACE TABLE is only supported with v2 tables." Removing REPLACE fixes the code, however is this functionality that will be added into Fabric later, or is there something that needs to be enabled to allow CREATE OR REPLACE statements?4.8KViews0likes2CommentsMicrosoft Synapse and DMBOK: Enhancing Data Management with Real-World Examples
Microsoft Synapse and DMBOK: Enhancing Data Management with Real-World Examples Microsoft Synapse, also known as Azure Synapse Analytics, is an integrated analytics service that brings together big data and data warehousing. It enables users to ingest, prepare, manage, and serve data for immediate business intelligence and machine learning needs. DMBOK (Data Management Body of Knowledge) is a framework that provides a comprehensive overview of the concepts, techniques, and best practices involved in managing data as a critical resource. It covers topics such as data governance, data architecture, data modeling and design, data storage and operations, data security, data integration and interoperability, document and content management, reference and master data management, data warehousing and business intelligence, metadata management, and data quality. When combined, Microsoft Synapse and DMBOK can provide a powerful solution for organizations looking to effectively manage their data. Microsoft Synapse provides the technical capabilities to ingest, store, process, and serve data while DMBOK provides the framework for ensuring that the data is managed in a way that maximizes its value to the organization. Here are some real-world examples of how Microsoft Synapse and DMBOK can work together to enhance data management: Example 1: Ingesting Data from Multiple Sources One of the challenges of managing data is ingesting it from multiple sources in a consistent manner. With Microsoft Synapse, you can use Azure Synapse Pipelines to pull data from a wide variety of semi-structured data sources, both on-premises and in the cloud. For example, you can ingest data from file-based sources containing CSV or JSON files or connect to No-SQL databases such as Azure Cosmos DB or MongoDB. DMBOK’s principles of data governance can be applied to ensure that the ingested data is of high quality and relevant to the organization’s needs. This can include implementing processes for validating the accuracy of the data and ensuring that it is properly classified and secured. Example 2: Securely Accessing Data Stores Another challenge of managing data is ensuring that it is accessed securely. With Microsoft Synapse, you can use Azure Key Vault to securely store credentials and certificates used to access data stores. For example, Azure Synapse Pipelines, Azure Synapse Spark Pools, and Azure ML can retrieve credentials and certificates from Azure Key Vault used to securely access data stores. DMBOK’s principles of data security can be applied to ensure that the access controls are properly implemented and monitored. This can include implementing processes for regularly reviewing access logs and ensuring that only authorized users have access to sensitive data. In conclusion, Microsoft Synapse and DMBOK are two powerful tools that can work together to help organizations effectively manage their data. By combining the technical capabilities of Microsoft Synapse with the best practices outlined in DMBOK, organizations can ensure that their data is managed in a way that maximizes its value.959Views0likes1Comment