Skip to content
FabriCode
FabriCodeFabriCode
  • Home
  • Lakehouse
    • Lakehouse Introduction
    • Tutorial: How to use Python in Fabric for Data Engineers
    • Python Introduction Microsoft Fabric
    • Python Syntax
      • String Expressions
      • Number Expressions
      • DataTime Expressions
      • Logical Expressions
      • List Expressions
      • Loops
      • Dictionary Expressions
      • JSON Expressions
    • Modular programming
      • Notebooks Introduction
      • Install Public Python Packages in Fabric
      • Pass Parameters from one Notebook to another
    • Pandas
      • Pandas + NumPy Introduction
      • Dataframe Basics
      • Import Local CSV File
      • Import ADLSGen2 CSV File
      • Import OneLake CSV File
      • Import Excel File from OneLake / SharePoint
    • PySpark
      • Spark Introduction
      • DataFrame Basics
      • Import CSV and Parquet Files into DataFrame
    • Call REST API’s
      • Call ODATA REST API
      • Get Secret from Azure Key Vault
  • Dataflows
    • Dataflows Introduction
    • “M” Language Introduction
    • M Syntax
      • Text Expressions
      • Number Expressions
      • DateTime Expressions
      • Logical Expressions
    • REST API’s
      • Calling Web API’s Introduction
      • Call Web APIs like a pro in Power Query
  • Semantic Model
    • Advanced Dimensional Modelling
  • About
Search:
  • Home
  • Lakehouse
    • Lakehouse Introduction
    • Tutorial: How to use Python in Fabric for Data Engineers
    • Python Introduction Microsoft Fabric
    • Python Syntax
      • String Expressions
      • Number Expressions
      • DataTime Expressions
      • Logical Expressions
      • List Expressions
      • Loops
      • Dictionary Expressions
      • JSON Expressions
    • Modular programming
      • Notebooks Introduction
      • Install Public Python Packages in Fabric
      • Pass Parameters from one Notebook to another
    • Pandas
      • Pandas + NumPy Introduction
      • Dataframe Basics
      • Import Local CSV File
      • Import ADLSGen2 CSV File
      • Import OneLake CSV File
      • Import Excel File from OneLake / SharePoint
    • PySpark
      • Spark Introduction
      • DataFrame Basics
      • Import CSV and Parquet Files into DataFrame
    • Call REST API’s
      • Call ODATA REST API
      • Get Secret from Azure Key Vault
  • Dataflows
    • Dataflows Introduction
    • “M” Language Introduction
    • M Syntax
      • Text Expressions
      • Number Expressions
      • DateTime Expressions
      • Logical Expressions
    • REST API’s
      • Calling Web API’s Introduction
      • Call Web APIs like a pro in Power Query
  • Semantic Model
    • Advanced Dimensional Modelling
  • About

Arthur Graus

Call Web APIs like a pro in Power Query

Call REST API's, Dataflows, UncategorizedBy Arthur GrausFebruary 27, 2025Leave a comment

Today, a lot of data is in SAAS solutions in the cloud. Like SalesForce, Exact Online and Dynamics 365. To use this data in Power BI you need to connect to the data via a Web API (Web Service). This can be challenging if you have never done this before. In this video tutorial I…

How to use Python in Fabric for Data Engineers

UncategorizedBy Arthur GrausAugust 14, 2024Leave a comment

The world of data engineering is changing. Being fluent in T-SQL is not enough anymore. Whether you want to implement a Delta Lake using Data Bricks, use Jupyter Notebooks to analyse your data or built a ETL pipeline in Microsoft Fabric, Python is the new kid on the block. In this demo filled video I…

Import CSV and Parquet Files into PySpark Dataframe

UncategorizedBy Arthur GrausAugust 14, 2024Leave a comment

– Import CSV File Import Parquet File

Install Public Python Packages in Fabric

Lakehouse, Modular Programming, PythonBy Arthur GrausAugust 14, 2024Leave a comment

When writing Python code in notebooks there are a lots of packages that can be really useful to select and transform data like Pandas and PySpark. In this article you will learn how to get an overview of all the preinstalled packages and how to install new public packages from PyPi. PyPi PyPI, the Python…

Dataflows overview, Gen 1 vs Gen 2 vs Power Query

Dataflows, LakehouseBy Arthur GrausAugust 13, 2024Leave a comment

Dataflows are ETL pipelines running in the Power BI Service or in a Fabric Workspace. What is the difference between Gen 1 and Gen 2 and how are they related to the normale Power Query engine inside Power BI Reports. Which new use cases wil the Gen 2 Dataflows give you in combination with a…

Spark Introduction

Lakehouse, PySpark, PythonBy Arthur GrausAugust 12, 2024Leave a comment

Spark is an important part of MS Fabric, especially if you are creating Lakehouses and want to execute Python code inside Notebooks. This code is executed by Spark Worker Nodes. This video will give you an introduction of the architecture and inner workings of this Spark Engine.

Call Web API from Power Query / Dataflows

Call REST API's, DataflowsBy Arthur GrausAugust 12, 2024Leave a comment

For a more in-depth tutorial: Call Web APIs like a pro in Power Query Today, a lot of data is in SAAS solutions in the cloud. Like SalesForce, Exact Online and Dynamics 365. To use this data in Power BI you need to connect to the data via a Web API (Web Service). This can…

“M” Language Introduction

DataflowsBy Arthur GrausAugust 12, 2024Leave a comment

M is the formula language behind Power Query and Dataflows. Every transformation you apply to your data is translated into M code.  Knowledge of this language opens doors that remain closed when you only use the graphical interface. Find out here what it is and which scenario’s it is useful for to know more about…

Get Secret from Azure Key Vault in Fabric Notebook with Python

Call REST API'sBy Arthur GrausAugust 7, 2024Leave a comment

When working with databases, connecting to REST API’s or getting data from storage accounts you need username/password, API Keys or other kind of secrets. Of course you can just put them hardcoded in the Notebook and run the code and forget about them and everything works fine. But what if you connect to the same…

© 2025 Fabricode
Go to Top