How can I check if someone else has modified the pipeline I created in Microsoft Fabric?
I am the admin of a workspace in Microsoft Fabric and have created a pipeline within this workspace. I want to monitor any changes made to this pipeline and identify if someone other than me has modified it. Specifically, I’m looking for a way to track…
Microsoft Fabric Data Factory - MS Graph API - Groups/Users - Unable to reference response paging attribute
I am trying to get all groups and users from MS Graph. These both use paging (limit 100 records per page). To get the next page I need to reference an attribute in the previous repsonse. However, the attribute has '@' and '.' in it... how do I reference…
How can I trigger Fabric Notebook or Fabric data pipeline from Azure Data Factory?
I am trying to trigger fabric notebook via ADF via API calls but it is throwing an error. Details: https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-public-api#run-a-notebook-on-demand Using above article's API Error:…
Please suggest a way to replicate or transfer data from azure sql database to fabric lakehouse in realtime
Need to transfer large amount of data from azure sql database to fabric lakehouse in relatime.
How to bring real-time data from Azure sql DB to Microsoft fabric Lakehouse without using Fabric Mirroring and scheduling of pipelines.
I need to bring real time data from Azure SQL database to Microsoft Fabric Lakehouse. I checked for the option of Fabric Mirroring but there are many challenges in it so i need an alternative solution with realtime data availability. Please help me with…
Salesforce Data in Microsoft Fabric with Organizational Account
Hello, I am using Dataflow Gen 2 in Microsoft Fabric to ingest data from Salesforce using the Salesforce Objects connector. The connection is made using an Organizational Account (OAuth 2.0). However, I noticed that there's no option to provide…
How to sign up to microsoft fabric?
Hi, I'm trying to sign up for Microsoft Fabric using my school student account, but I keep getting stuck on the first step where I sign in. Either nothing happens when I click, or I get redirected to the landing page which keeps loading indefinitely. I'm…
Job Queueing with Microsoft Fabric
Hi Team, We have a scenario where we need to move data from Oracle to One lake on demand. We are having a table where a user enters the configuration similar to batch and on each insert it needs to trigger the data movement pipelines .However I don't…
Power BI /Tableau Dataset Need to refresh
Hello Team, I have requirement, Where the Power BI/Tableau Dataset need to refresh after the ADF Pipeline ran successfully without any manual Interference. How this can be achievable Regards Rohit
can we add multiple containers in Microsoft Fabric Data Lake house?
I want to add one more container in Microsoft fabric lake house, as per my knowledge we can add only one container but i am curious to know can we add multiple containers in Microsoft fabric lake house
Error When Creating Managed AirFlow in Azure Data Factory
I attempted to create a Managed AirFlow environment in Azure Data Factory, but I encountered the following error: "Failed to save Airflow1. Error: Failed to save integration runtime. Airflow IR creation is not allowed. Please create new Data…
Couldn't able to see the hierarchy in the MS Fabric files on copying the files from blob to fabric using ADF copy activity
I'm trying to ingest the files(txt) from blob to fabric files. I have the hierarchy in blob like container/main_folder/sub_folder/Date_folder/files. When I use the ADF copy activity to copy all the files from the Date_folder to Fabric files. I can't able…
Azure Fabric datawarehouse unable to write data to cloud SQL
Hi, Im trying to setting up Microsoft Fabric to write SQL data to Azure cloud SQL(private endpoints) by below approach. Fabric --> Azure Firewall --> OPDG VM --> Azure SQL. But im getting below error. Note: OPDG is install in the cloud VM where…
Can't run Azure Fabric Notebook cells in VS Code
Hey, I am trying to get Azure Fabric Notebook to work with VS Code using the Synapse Visual Studio Code Extension as described in: https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension I managed to install the prerequisites,…
How to use Add and Update Subscriptions in Power BI using Rest API?
Just wanted to ask if anybody has ever used the following endpoint in REST API. After checking the documentation there is no enough details how to use it. Appreciate your help https://learn.microsoft.com/en-us/rest/api/power-bi-report/subscriptions
Changes Not Reflected in Fabric Lakehouse table from azure sql db table using EventStream
I have a Azure SQL db with CDC enabled as a source and I want the changes to be reflected in Fabric Lakehouse. I have initially created a pipeline to copy the table from Azure SQL db to Fabric Lakehouse. Now , I have a eventstream (Snapshot Attached).…
Get workspace_id from workspace_name
How can I get the workspace_id from workspace_name? Example get_workspace_id(workspace_name)
Azure Blob Storage Eventstream Validation issue
When I try to create an RTI eventstream using Azure Blob Storage I get an error message saying "Validation errors found for Eventstream components". What is causing this error?
Business Central: Slow Change Dimension
Hi folks, I need to apply a Slowly Changing Dimension (SCD type 1) using Azure Databricks with data from an on-premise Business Central database. I want to build a medallion architecture. I am bringing the tables to the bronze level by selecting data…
Creating a semantic model directly in Fabric workspace vs deploying it from other tools (Power BI desktop/Visual Studio))
Hi, Let's says we have a datastore (Lakehouse or Warehouse) in Fabric workspace. We want to create a custom semantic model on top of the datastore. What are the main differences between creating the semantic model directly in Fabric workspace vs creating…