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
PowerBIOrg
Resolver II
Resolver II

Data for this report could not be fetched in the allocated time.

Hi All,

 

I experienced this issue when the report is running up to 10 minutes (600 seconds). 

 

PowerBIOrg_0-1641462412668.png

 

 I read the statement from here, it mentioned "For Paginated Reports in Power BI, the default value is set to 600 seconds." and "Users who have permission to modify the properties of a published report can reset this value by editing the report definition file.".  

 

I had set time out value of all the dataset properties to 0. 

PowerBIOrg_1-1641462770595.png

 

Is there anyone know how to edit the value? I would like to set to no timeout.

 

Thanks

1 ACCEPTED SOLUTION

Hi Henry,

 

In the Power BI Report Builder, the timeout value in the Dataset Properties is 0 by default. But I found that  there is no Timeout element in the RDL code.

 

So I add <Timeout>0</Timeout> after the <CommandText> element. 

PowerBIOrg_1-1641786888527.png

When I open the RDL file and publish to Power BI service, the timeout element will disappear from the code.

 

I just can change from 0 to higher timeout value (eg: 43200s = 12 hrs) to make it works longer than 10 minutes. 

 

 

View solution in original post

3 REPLIES 3
v-henryk-mstf
Community Support
Community Support

Hi @PowerBIOrg ,

 

According to the documentation, to not specify a timeout value, use 0. There is no problem with the associated error message. If you set the time to another value, does it report an error?

vhenrykmstf_0-1641780972933.png

Also can you provide more information about the data source or configuration, so that I can do further troubleshooting.


Looking forward to your feedback.


Best Regards,
Henry


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

Hi Henry,

 

In the Power BI Report Builder, the timeout value in the Dataset Properties is 0 by default. But I found that  there is no Timeout element in the RDL code.

 

So I add <Timeout>0</Timeout> after the <CommandText> element. 

PowerBIOrg_1-1641786888527.png

When I open the RDL file and publish to Power BI service, the timeout element will disappear from the code.

 

I just can change from 0 to higher timeout value (eg: 43200s = 12 hrs) to make it works longer than 10 minutes. 

 

 

Hi Henry, 

 

I set the time out value to 0 for all the datasets and also set the connect timeout to 0 as the following data source configuration, yet I still get the error when it run til 10 minutes. 

PowerBIOrg_0-1641781641581.png

 

 

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