Forum Discussion
Data Flow (Gen1) Refresh fails
Hi sgeheeb ,
Checking the refresh history might provide more insights. You can do this by navigating to the dataflow settings and reviewing the refresh history. This might help you identify specific steps or entities causing the failure.
If computed entities are essential for your dataflow, consider breaking down the dataflow into simpler steps or using Power Query in Power BI Desktop to perform complex transformations before loading the data into the dataflow. And please ensure that your dataflow is optimized for refresh.
This includes minimizing the number of transformations and ensuring that only necessary tables are loaded.
Understand and optimize dataflows refresh - Power BI | Microsoft Learn
Best regards.
Community Support Team_Caitlyn
Hi,
thanks for the reply. As I said, the refresh history of the dataflow does not contain any information on the nature of the error. This is the content of the .csv:
Requested on,Name des Dataflows,Aktualisierungsstatus für Dataflow,Tabellenname,Partitionsname,Status aktualisieren,Startzeit,Endzeit,Dauer,Verarbeitete Zeilen,Verarbeitete Byte (KB),Max. Commit (KB),Prozessorzeit,Wartezeit,Compute-Engine,Fehler,
2024-10-07 11:10:50,Artikel,Fehler,Artikel,NV,Fehler,2024-10-07 11:10:50,2024-10-07 11:13:21,00:02:31.7530,NV,NV,NV,NV,NV,NV,Error: Request ID: 76f9ec38-f294-d8a2-ecd8-fbb205f3c66e Activity ID: df72a89c-316c-4347-95c8-9f8ad465fb23The computation of the dimension table is currently done in Power BI Desktop (In four different models). I am trying to move the creation of the table into a dataflow, so it only needs to be done once. This involves many stepts (mostly joining data from different source tables), which cannot be simplified any further.
Best,
Stephan