Forum Discussion

jochendecraene's avatar
1 year ago
Solved

Error Message dataflow gen 1

Hi,   Since today I get the following error message when refreshing my dataflows gen 1: "Expression.Error: The import PowerPlatform.Dataflows matches no exports. Did you miss a module reference?" ...
  • Anonymous's avatar
    Anonymous
    1 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