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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Jan-Jaap72
New Member

How to fix a sporadic error in Power BI: "Container exited unexpectedly with code 0xC0000602."

I am running a Power BI query to pull data from webpages. This is repeated automatically for many separate pages through an invoked function with a time delay to avoid server overload. The resulting unpivoted table is then used as the source for a pivoted final table. If I am pulling more than a few 100 times the invoked function, the unpivoted table refreshes without problems (if refreshed solely), but the pivoted final table is giving quite often the following error:

"Container exited unexpectedly with code 0xC0000602. PID: 1364. Used features: (none)."

 

Does anyone know what can be done to avoid this error? I cannot find anything on this error related to Power BI.

2 REPLIES 2
Jan-Jaap72
New Member

Thank you for your suggestions! I indeed already included the try.. otherwise.. in my code for the invoked function. Still figuring out if I can program a try.. otherwise in the pivoting of the unpivoted table. Let's see. 

lbendlin
Super User
Super User

Read about try ... otherwise ...   and ManualStatusHandling

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors