Dataflows end-to-end project (Microsoft Fabric) + Lakehouse + Power BI

Sdílet
Vložit
  • čas přidán 7. 08. 2024
  • FREE 40-minute Fabric fundamentals course: www.skool.com/microsoft-fabri...
    Missed part 1 all about Dataflows in Microsoft Fabric? Here: • Dataflow Gen2 in Micro...
    In part 2 of the dataflow extravaganza, I present an end-to-end Fabric project using dataflows to read data in from Azure, transform it, load it into a Lakehouse (Bronze), view it Power BI, transform it again, load it into a Lakehouse (Silver), then do some final Power BI visualisation of the data!
    What is Microsoft Fabric? • What is Microsoft Fabr...
    OneLake in Microsoft Fabric: • OneLake - the FIRST th...
    Here's a link to the Our World in Data dataset used in this project: ourworldindata.org/sources-gl...
    0:00 Intro
    0:55 Goals for the project
    1:41 Get data from Azure
    2:57 Initial transformations
    4:37 Initial load to Lakehouse
    6:39 Exploring the data in Power BI
    9:27 Dataflow 2 (Bronze to Silver)
    13:26 Final viz in Power BI
    15:56 Summary
    #microsoftfabric #dataflow #powerbi #lakehouse
  • Věda a technologie

Komentáře • 17

  • @LearnMicrosoftFabric
    @LearnMicrosoftFabric  Před 11 měsíci +3

    Hey all! How's it going with Dataflows and Fabric? Have you started using either yet?! Share you experiences below 👇😃

  • @AmritaOSullivan
    @AmritaOSullivan Před rokem +1

    Thanks for this fab video. It is so so easy to understand and so useful to actually go through use cases end to end!

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  Před rokem

      Hey thanks for watching and for the feedback! I’ll be doing more end-to-end projects in the future for sure ☺️💪

  • @rizvinazish
    @rizvinazish Před 2 měsíci

    very nice easy way you explained it, very helpful!!

  • @scarabic5937
    @scarabic5937 Před rokem

    Great video, thanks

  • @LaZyBuM999
    @LaZyBuM999 Před 5 měsíci

    Thanks for the wonderful videos on Microsoft Fabric.
    I see that all the data imports are "one time activities" from a source.
    How can we get the delta data (eg. new records, deleted records) in the source syncd with the lakehouse periodically?
    i.e., What about the continuous CRUD operations being done on the source (eg. Sql DB) ? How can that be synced with the data in the lakehouse?

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  Před 5 měsíci +1

      Thanks fo your comment! Yes you're right, they are one-time activities (but you can schedule then to run every day/ hour etc, but it's never going to be 'real-time'
      The feature you are describing is more like OneLake shortcuts (which you can create a real-time link to FILES in external locations (ADLS and Amazon S3).
      Microsoft are also releasing soon a feature called Database Mirroring which will do the same thing, but for databases (Snowflake, CosmosDB, Azure SQL etc) - this feature is currently in private preview, I believe they will release it soon for public preview!

  • @arnabgupta4391
    @arnabgupta4391 Před rokem

    Thanks for the awesome video. How do you add the folder names like BronzeLayer/SilverLayer? It all got created into the same workspace for me.

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  Před rokem

      Hey thanks for the question, which part of the video are you referring to?

    • @rdbdebeer9085
      @rdbdebeer9085 Před 8 měsíci

      The folders are referring to data lakes so he has a Data lake for Bronze Data and a Data lake for Silver Data.

  • @sanishthomas2858
    @sanishthomas2858 Před 3 měsíci

    nice.. Quick question why we are not having dataflow UI that we had in adf and synapse

  • @jevonzhu
    @jevonzhu Před rokem

    dataflow2 cannot be deployed in Fabric pipeline by my side, why is that?

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  Před rokem

      Hey! Could be a number of reasons! Does the dataflow run ok outside of the pipeline? I would look in Monitoring Hub and analyze the error message. Good luck!

  • @pphong
    @pphong Před 11 měsíci

    Thank you for sharing! I didnt load my data into the azure storage account - i used DFg2 to read/upload the CSV file.
    Do you guys experience slow delta writing to the lakehouse? [Can I do something to speed it up]?

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  Před 11 měsíci +2

      Hi
      Yes in general the Dfg2 is quite slow at the moment during the public preview, I’m sure the write speeds will increase as we move closer to GA (general availability) of Fabric