You have an Azure SQL database named DB1 and a Fabric workspace named Workspace1. Workspace 1 contains a lakehouse named LH1 and a Dataflow Gen2 named Dataflow1. Dataflow1 includes a query named Query1 that loads data from DB1. applies transformations to the data, and then filters the data.
You discover that Query1 loads all the data before applying the transformations.
You need to ensure that Query1 uses query folding.
What should you do?
Submit