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
allanyiin
New Member

Cannot import pbix file for weeks...always not found

I try to import my pbix file to Power BI Embedded workspace for weeks and nothing work. I can import the file<40 mb, but I need import data model is about 132 mb. I'm sure it's not over the size limit. Event I try to setting client.HttpClient.Timeout = new TimeSpan(24, 0, 0) , and not work. But I use fiddler to track the process of import. I found out the filestream always throw + Handle 'fileStream.Handle' threw an exception of type 'System.ObjectDisposedException' System.IntPtr {System.ObjectDisposedException} + Length 'fileStream.Length' threw an exception of type 'System.ObjectDisposedException' long {System.ObjectDisposedException} + Position 'fileStream.Position' threw an exception of type 'System.ObjectDisposedException' long {System.ObjectDisposedException} + SafeFileHandle 'fileStream.SafeFileHandle' threw an exception of type 'System.ObjectDisposedException' Microsoft.Win32.SafeHandles.SafeFileHandle {System.ObjectDisposedException} PostImportWithFileAsync will finish without exception but import.ImportState is null and GetImportByIdAsync will throw - e {"Operation returned an invalid status code 'NotFound'"} System.Exception {Microsoft.Rest.HttpOperationException} Can any help me....
2 REPLIES 2
Eric_Zhang
Employee
Employee

@allanyiin

 

Can you post the code used to import the PBIX?

I use the sample at Github (API v1.0)

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 Kudoed Authors