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

August 12, 2024

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…

© 2025 Fabricode
Go to Top