Forum Discussion

nokia447's avatar
nokia447
Frequent Visitor
3 years ago

Exchange Online Connector error

Suddenly the Exchange online connector gives me this error. Never seen it before. Anyone know what the issue might be:

 

1 Reply

  • Hi nokia447 ,

    Do you use the option "Exchange account" to connect? If so, try to use "Microsoft account" instead.

    If it still not help, try to open a blank query in power query, add paste the below query in it, replace the email address in the quotation marks.

    let
    Source = Exchange.Contents("<insert your email address here>"),
    Mail = Source{[Name="Mail"]}[Data]
    in
    Mail

    Best regards,

    Community Support Team_yanjiang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.