Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi there
In ADF (legacy) we are able to see the ouput of each step. For example, how many rows have been read, written, etc.
While this works for a Copy Data activity in Fabric, there are no infos for a Dataflow Gen 2 about the number of rows read, written etc.
This is what we got in a Data Pipeline by using a Dataflow Gen 2:
{
"transactionId": "61410b1a-1c8c-4d67-88ff-0066149b68d3$1xxxxxxx",
"executionDuration": 46
}
Are there any plans to deliver this infos?
Solved! Go to Solution.
Hello! 🙂
We are planning to extend the info provided in the json returned in the pipeline. However, if you want to know more about the number of rows, you can open the refresh history of the dataflow in the workspace:
An overview of refresh history and monitoring for dataflows. - Microsoft Fabric | Microsoft Learn
Hello! 🙂
We are planning to extend the info provided in the json returned in the pipeline. However, if you want to know more about the number of rows, you can open the refresh history of the dataflow in the workspace:
An overview of refresh history and monitoring for dataflows. - Microsoft Fabric | Microsoft Learn
Thank you @LuitwielerMSFT for your reply.
I am glad that this information will be provided (soon?) as it is really needed in a pro DWH.
The refresh history is not very helpful in our case, as the information needs to be stored in the audit log within the DWH.
I am looking forward to the implementation. Keep up the great work you are doing.