Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
condo
Frequent Visitor

Need to increase timout settings on Microsoft Exchange Connection

Hi folks,

 

I need some help. I am running a relatively simply data connection to Microsoft Exchange which has worked fine. I have expanded a few fields, and now it is timing out. I want to increase the timeout settings, but am having trouble finding where and how to do it. I have tried updating the the query, but am getting an error. The original query, the updated query, as well as the error are shown below. Any ideas or help is much appreciated!!

Orig QueryOrig QueryUpdated QueryUpdated QueryError Message.JPG

 

Again, the first query works fine, the second one (with the duration piece added) gets the error shown.  Thanks!

1 ACCEPTED SOLUTION
PradipMCT
Resolver II
Resolver II

Hi @condo 

 

Please try this 

 

let
    Source = Exchange.Contents("Yourmailid"), 
    Timeout=#duration(0,0,45,0),
    Mail1 = Source{[Name="Mail"]}[Data]

in
    Mail1

If this answers your question then please do mark this as a solution 

 

Regards,

Pradip Microsoft Certified Trainer

Pradip's YouTube Channel

View solution in original post

2 REPLIES 2
PradipMCT
Resolver II
Resolver II

Hi @condo 

 

Please try this 

 

let
    Source = Exchange.Contents("Yourmailid"), 
    Timeout=#duration(0,0,45,0),
    Mail1 = Source{[Name="Mail"]}[Data]

in
    Mail1

If this answers your question then please do mark this as a solution 

 

Regards,

Pradip Microsoft Certified Trainer

Pradip's YouTube Channel

Hi @PradipMCT ,

 

That did the trick. Thanks for the help!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors