Sandeep Pawarfabric.guru·Jul 19, 2024Calculating The Size of The Dataflow Gen2 Staging LakehousesMy friend Alex Powers (PM, Fabric CAT) wrote a blog post about cleaning the staging lakehouses generated by Dataflow Gen2. Before reading this blog, go ahead and read his blog first on the mechanics of it and the whys. Note that these are system gene...672 readsmssparkutils
Kilian Baccaro Salinasdatagym.es·Jun 20, 2024Acceso a orígenes de datos locales en Microsoft FabricUna de las claves para optar por Microsoft Fabric es poder llevar los datos desde bases de datos SQL Server locales. En este artículo veremos las diferentes opciones que nos ofrece Microsoft Fabric para mover los datos de nuestros servidores SQL Ser...microsoftfabric
Sandeep Pawarfabric.guru·Jan 11, 2024Cancelling Dataflow Gen2 RefreshUpdate : Mar 8, 2024 As of March 8, you can cancel the Fabric Dataflow Gen2 refresh in service using UI: Programmatically cancel the refresh: DFg2 can be resource intensive, and if the refresh takes longer than expected, it may consume a significant...1 like·1.7K readssemantic-link
Parth Ladthenavigatedata.com·Dec 4, 2023Power Query's Missing IN OperatorThe IN operator is a common feature in programming languages, allowing users to check if a value exists within a specified list. While Power Query M doesn't have a built-in IN operator, we can still achieve the same functionality using alternative me...Power QueryDataFlowGen2