Have you ever had data in a Power BI file locally or in the service that you wish could be exported easily? Microsoft have released a Python Library called Semantic-Link that allows us to access Power BI Semantic Models in Fabric Notebooks. With this Library we can easily extract data from Power BI! The stepsContinue reading “Guide to Transferring Power BI Tables to Fabric Data Warehouse”
Category Archives: Uncategorized
Load API Data into Fabric Lakehouse using Pipeline: A Step By Step Guide
Calling a web API and saving the result for further analysis is a common scenario for Data Engineers. Microsoft Fabric brings together many capabilities into a unified platform and we have several ways to query and store data from API:s within Fabric. In part one of this series we used a Notebook in Fabrick andContinue reading “Load API Data into Fabric Lakehouse using Pipeline: A Step By Step Guide”
Load API Data into Fabric Lakehouse using Notebook: A Step By Step Guide
Calling a web API and saving the result for further analysis is a common scenario for Data Engineers. Microsoft Fabric brings together many capabilities into a unified platform and we have several ways to query and store data from APIs within Fabric. In this lab we are going to use Notebooks and PySpark to loadContinue reading “Load API Data into Fabric Lakehouse using Notebook: A Step By Step Guide”