Forum Discussion
Error Message dataflow gen 1
- Anonymous1 year ago
Hi jochendecraene ,
Thank you for confirming and sharing the screenshot.
It’s quite insightful that the connector name had changed locally from in csharp
= PowerBI.Dataflows(null)
to
= PowerPlatform.Dataflows(null)
This kind of silent change often happens due to backend updates or connector reconfigurations by Microsoft. Good call on switching it back to PowerBI.Dataflows(null) glad to hear that resolved the issue and your dataflow is now loading correctly.
If BeaBF response helped guide you toward the solution,
If the above solutions works consider marking it as “Accept as Solution” and give a kudos to help others in the community facing the same Gen1 connector issue.
Regards,
Akhil
jochendecraene Hi!
Looks like Microsoft made a backend change affecting the PowerPlatform.Dataflows connector for Dataflows Gen1. The error "Expression.Error: The import PowerPlatform.Dataflows matches no exports. Did you miss a module reference?" typically means that the M engine can no longer find the library it’s trying to load.
This is likely part of Microsoft’s gradual phase-out of certain Gen1 connectors in favor of Dataflows Gen2. You’ll want to check your environment to see if the connector is still supported, or plan to switch to the newer Dataflows or OData connectors depending on your setup.
Try to check your dataflow connectors:
In Power BI Service → Settings → Manage Gateways → Data Source Settings
Confirm whether the PowerPlatform Dataflows connector is still available and/or if there's a new version.
BBF
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!