real-time analytics
8 TopicsConnect D365 FnO Tables to Microsoft Fabric Lakehouse
Hi Community, Uisng Link to Fabric i am connecting my dynamic 365 finance and operation tables to Microsoft fabric lakehouse, but i am not able see those tables in the lakehouse i.e., it shows active in power apps link to fabric but when i go to Fabric workspace where i am trying get these tables it shows some error like shown in the below screenshot Can anyone in the Community provide some help to resolve this error and say what is this error about and how can we resolve it.4.6KViews0likes10CommentsUnable 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.956Views0likes2CommentsFailed to load Notebook
I am not able to open a notebook1. It is giving error as provided here. I was running notebook2 and then was trying open notebook1 in the same workspace. After this iam not able to open any notebook in any of my workspaces. Any help / ideas ? Diagnostic ID: a43b3d72-8b05-43c8-a42f-ed026a094915 Timestamp: 2024-01-15T06:11:09.347Z Message: Error: Failed to get content of notebook 9d9ec3b7-7a8b-4e1e-965e-52dc44d33806. TypeError: NetworkError when attempting to fetch resource. [ParentActivityId:001fa818-78c3-44ce-b608-d0b45b4ce1e2] m@https://pbides.powerbi.com/115.6914cf87279e65301a8b.js:5:17814 JSON { "name": "Error", "message": "Failed to get content of notebook 9d9ec3b7-7a8b-4e1e-965e-52dc44d33806. TypeError: NetworkError when attempting to fetch resource. [ParentActivityId:001fa818-78c3-44ce-b608-d0b45b4ce1e2]", "stack": "m@https://pbides.powerbi.com/115.6914cf87279e65301a8b.js:5:17814\n", "cause": { "name": "TypeError", "message": "NetworkError when attempting to fetch resource. [ParentActivityId:001fa818-78c3-44ce-b608-d0b45b4ce1e2]", "stack": "", "url": "https://ffe145e561764cae8575823a10ff7897.pbidedicated.windows.net/webapi/capacities/FFE145E5-6176-4CAE-8575-823A10FF7897/workloads/Notebook/Data/Direct/api/workspaces/d32b92c3-757d-4c17-bfc2-2d82243f371e/artifacts/9d9ec3b7-7a8b-4e1e-965e-52dc44d33806/content", "parentActivityId": "001fa818-78c3-44ce-b608-d0b45b4ce1e2" } } Additional info: Artifact ID = 9d9ec3b7-7a8b-4e1e-965e-52dc44d338064.6KViews0likes9CommentsDeveloping Dashboards from FnO Data
Hi, I am developing Power BI Dashboard in Fabric. My flow of Data is from, FnO to Dataverse to Microsoft Fabric (As Shortcut Tables, here data is not present in OneLake, It is present in Dataverse Environment). My Requirement is to Develop a dashboard on top of it. I have came to know about two methods: 1. Using SQL End-Point - Creating a visual query, choosing specified columns, replacing values, etc.. and then saving as a view (The required view alone saves in OneLake). If needed we can also create a measure for the same in SQL EndPoint. 2. Using Notebooks on Lakehouse - Using a Notebook, loading tables as df, making transformations and then saving the same (Here the transformed gets saved in OneLake) (We can run notebooks at specified intervals, such that once data gets refreshed in Dataverse, it gets refreshed in Dashboard). Is there any common persona to use, both Replace Feature (From SQL Endpoint) and the New Calculated Column Feature (From Warehouse). I would like to know about the Warehouse Method, where I can get like the below mentioned image. If possible, I would like to know if I should use all the tables in OneLake or is there any way to use the transformed tables alone in OneLake. (I have taken this image from Semantic Model) Below image is for Visual Query in SQL Endpoint Kindly assist me with all the possible ways and the solution of creating measures, calculated fields, etc.. all possible solutions with SQL Endpoint Notebooks and Warehouse methods, since fabric is a fresh perspective. And, if I bring my data into datawarehouse using the "+" options, will that cause storing data into OneLake, or the same will come as a Shortcut tables (I believe data doesn't gets duplicated into OneLake here) Any Assistance on this will be highly helpful. Thanks in Advance.Solved1.6KViews0likes5CommentsFabric Notebook too big
I have a Notebook that runs fine when I run it manually. But once I try to automate the notbook to run I get this error Failed to run notebook due to invalid request. [Error: Size of notebook content and exit value must be less than 8MB. Please try to write large outputs to files (Parameter 'resultSnapshot') Actual value was Microsoft.Analytics.SynapseNotebookExecService.Models.RunNotebookSnapshot.] I've tried reducing the size of the notebook to remove the visuals and outputs, but the notebook is retrieving data from an API, loading it into a csv, I save the csv to a dataframe, transforming it, then loading the dataframe into the Lakehouse. Any tips or advice to get the notebook to automate? Thanks in advance.Solved5.8KViews0likes5CommentsHow can I get Synapse Notebook to only process newly added data?
I have data that I plan on uploading to an Azure storage account. My plan is to create a pipeline in Synapse Studio, which will include an Apache Notebook (Using PySpark). The primary objective is to have the Notebook process the data and then save it to a lake database. The data will be uploaded to an Azure storage container following this format for example: 2022/Week1/Week1.xlsx and 2023/Week10/Week10.xlsx. Initially, I will store and process all historical data in the storage account. After that, the data will be processed and added to the lake database on a weekly basis. Now, the question is, what is the most efficient method to enable the Azure pipeline or the Notebook to identify and process only the newly added data?.918Views0likes1CommentWhy do I need to create an Azure ADLS Gen2 storage account when creating an Azure Synapse Analytics?
When creating an Azure Synapse resource one is forced to either create or use an existing ADLS Gen 2 storage account. I'd kindly like to ask: 1) Why do we have to create/use an ADLS Gen 2 storage account? Why can't we use an ordinary storage account? 2) Also, let's assume one did create an ADLS Gen 2 storage account and created the Synapse resource. What would happen if the storage account was deleted? 3) Lastly, why is a serverless SQL pool created by default?Solved2.7KViews0likes2CommentsWhat are the most effective Activities you use when transforming data via a pipeline?
I am relativey new to Azure Synapse and I'm trying to build some pipelines. There is a wide variety of activities to choose from. What are the most effective activities you use when building pipelines?. For example there is DataBricks Notebook and Synapse Notebook. I'm not sure which one to choose but I would imagine one of those notebooks will be enough to transform an entire dataset in a single script.Solved1.4KViews0likes2Comments