Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone,
I got the error "parquet status exception" when I tried to create a new semantic model using data from a Data Warehouse which I've ingested with data from a Gen2 Dataflow merged table.
Previously I had success using that same logic to create a new semantic model using data from a Data Warehouse which I've ingested with data from a Gen2 Dataflow data, but instead of a merged table I was using four tables (same data, just not merged yet).
Today I also noticed that the Fabric changed his layout, in particular I noticed that they added navigation bars on top of the screen to change between artifacts from the workspace, so maybe they are changing something?
Any help would be appreciated.
Hi @bubbledep
The “Parquet status exception” usually appears when Fabric tries to load a Warehouse table whose underlying delta/parquet files are in an inconsistent state.
This often happens when the table was created or overwritten by a Gen2 Dataflow merge step.
Merged Gen2 Dataflow outputs can temporarily leave:
Semantic models are more sensitive to these issues than Warehouses, so they fail when reading the table.
VACUUM <table_name> RETAIN 0 HOURS;(this cleans orphan parquet files)
Yes — Fabric rolled out a new top navigation bar today.
UI changes often accompany backend updates, and some users are seeing temporary instability in Warehouse–Semantic Model integration.
So it is likely related.
If this helps, please mark the answer as Accepted, and receive KUDO.
Hi @bubbledep ,
Hi hope the information provided above helped you with the query if you are facing any issues try to manually sync schema changes between Gen2 Dataflow and the semantic model:
Use the edit table option in Power BI Direct Lake to manually include new fields.
There is no automatic sync between Dataflow Gen2 and semantic models anymore.
If issue still persists, try raising a support ticket-
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Hope this helps!
Hi @bubbledep
There is diffeence between parquet file ( Data Lake ) and parquet file with transaction-log ( _delta_log ) + Parquet file. I think so you were using Power BI Dataflow Gen 1 which is based on data lake, and this is the reason you see exception error in parquet file. Move your data to dataflow gen 2, and you see delta lake ( _delta_log + parquet file ) and you will not see any error.
Thanks
Bhavesh
Hi @bubbledep,
I have run into "ParquetStatusException" a few times in Fabric, especially right after writing tables from Dataflow Gen2. In most cases it has been stale or inconsistent metadata on the default semantic model, or a schema quirk introduced by a merged output. Here are the things that usually clear it up for me:
On the UI change you noticed: yes, the navigation has been updated recently, but the ParquetStatusException itself usually tracks back to metadata or file state, not the UI.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Proud to be a Super User! | |
Hi @tayloramy ,
Unfortunately, we aren't able anymore to access the step 1, since July'25 Update on Sunsetting Default Semantic Models.
Hi @bubbledep,
Ah shoot, I knew I was forgetting something.
Try refreshing the table in your non default semantic model or creating a new semantic model and see if it will refresh the metadata properly.
You can also try using the REST API to refresh the endpoint metadata:
Refresh SQL analytics endpoint Metadata REST API (Preview) | Microsoft Fabric Blog | Microsoft Fabri...
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Proud to be a Super User! | |
Hi @tayloramy ,
The problem is that I cannot creat a new semantic model with that new merged table. Even creating a new Warehouse and re-merging the tables doesn't worked, unfortunately.
Hi @bubbledep,
I see, and refreshing the SQL endpoint via the API still doesn't allow the table to show up?
In this case, this seems to be a bug. I'm out of ideas, can you open a ticket to MS to see if they can provide any support?
In the meantime, we can wait and see if a CST will reply to this thread with any other ideas.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Proud to be a Super User! | |
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |