Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Greetings community,
I was wondering if anyone can help me solve this problem. We have 10 reports on power bi service, and the datasource comes from on-premise gateway. I have one report that is failing during the schedule refresh. When I used power bi desktop, it all works fine. Here are the information:
Greetings community,
I was wondering if anyone can help me solve this problem. We have 10 reports on power bi service, and the datasource comes from on-premise gateway. I have one report that is failing during the schedule refresh or a manual refresh. When I used power bi desktop, it all works fine. Here are the information:
Hi @oluong,
How many datasource your reports has? One or many?
In addition, you can also try to modify 'Spooler Operation Eviction Timeout' properties to check if this issue related to operation timeout.
Enter to gateway install folder to find out 'Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config' file, then modify 'SpoolerOperationEvictionTimeout' property.(default 120 second)
<C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config>
<setting name="SpoolerOperationEvictionTimeout" serializeAs="String">
<value>00:05:00</value>
</setting>
BTW, current we not have permission to check gov related services, if above not help, please submit a support ticket for better support.
submit a support ticket
Regards,
Xiaxoin Sheng
HiXiaxoin,
Thank for you advise. We did impliment the suggestion and the error is still present. I have went ahead and submit a ticket. Thank you so much.