Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I want to delete records which meet a specific condition in a table stored in Fabric WH or Azure SQL DB using Fabric Dataflows Gen2.
Any workarounds, solutions, recommendations would be appreciated.
Thanks.
Solved! Go to Solution.
The lowest you can go is partitions. You would have to flush and fill the partition that holds these records.
Hi @supriyapandey19 ,
Using Azure SQL DB: Dataflow Gen2 can be used to transform and load data into an Azure SQL database. This involves copying data from Azure SQL database to Azure SQL database using a replication activity in an Azure Data Factory or Azure Synapse pipeline and then transforming the data using Dataflow.
For more details, you can refer to below document:
Set up your Azure SQL Database connection - Microsoft Fabric | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @supriyapandey19 ,
Using Azure SQL DB: Dataflow Gen2 can be used to transform and load data into an Azure SQL database. This involves copying data from Azure SQL database to Azure SQL database using a replication activity in an Azure Data Factory or Azure Synapse pipeline and then transforming the data using Dataflow.
For more details, you can refer to below document:
Set up your Azure SQL Database connection - Microsoft Fabric | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The lowest you can go is partitions. You would have to flush and fill the partition that holds these records.