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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
sunamitasantos
New Member

estou enfrentando este erro ao atualizar meu modelo semantico

errobi.png

1 ACCEPTED SOLUTION
v-echaithra
Community Support
Community Support

Hi @sunamitasantos ,

Thank you for reaching out to Microsoft Community.

The error [BigQuery] (310) Storage API Error: Stream removed typically occurs when the BigQuery read stream times out during a semantic model refresh. This usually happens when the query runs for too long or when transformations in Power Query prevent proper query folding, causing a full table scan.

To help prevent this issue:

Ensure query folding is enabled so that filters and transformations are pushed down to BigQuery instead of being processed in Power Query.

Filter data at the source to avoid scanning the entire table during refresh.

Minimize heavy transformations in Power Query by moving them to BigQuery (for example, using views or SQL logic).

Reduce refresh parallelism to avoid opening too many read streams simultaneously.

Retrieve only the required columns rather than using SELECT *, which helps reduce the volume of data streamed.

Applying these adjustments can shorten the data read duration and prevent the Storage API stream from expiring, allowing the refresh to complete successfully.

Hope this helps.
Thank you.

View solution in original post

3 REPLIES 3
v-echaithra
Community Support
Community Support

Hi @sunamitasantos ,

May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.

Thank you.

v-echaithra
Community Support
Community Support

Hi @sunamitasantos ,

We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.

Thank you.

v-echaithra
Community Support
Community Support

Hi @sunamitasantos ,

Thank you for reaching out to Microsoft Community.

The error [BigQuery] (310) Storage API Error: Stream removed typically occurs when the BigQuery read stream times out during a semantic model refresh. This usually happens when the query runs for too long or when transformations in Power Query prevent proper query folding, causing a full table scan.

To help prevent this issue:

Ensure query folding is enabled so that filters and transformations are pushed down to BigQuery instead of being processed in Power Query.

Filter data at the source to avoid scanning the entire table during refresh.

Minimize heavy transformations in Power Query by moving them to BigQuery (for example, using views or SQL logic).

Reduce refresh parallelism to avoid opening too many read streams simultaneously.

Retrieve only the required columns rather than using SELECT *, which helps reduce the volume of data streamed.

Applying these adjustments can shorten the data read duration and prevent the Storage API stream from expiring, allowing the refresh to complete successfully.

Hope this helps.
Thank you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.