March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
I am getting errors on my power bi desktop app and web published versions. Its connecting to Azure Data Warehouse through a dataset though even if I create a new report and connect direct to warehouse I get the same issue.
Im using a Dataflow Gen2 to push data from excels to SQL tables
In Power BI I can see all the tables and columns but when I try to add anything I can get the error below.
I have tried enabling / disabling staging in Dataflow but makes no difference.
I can connect to the SQL server using MS SSMS and run queries against it fine.
Below is the error I am getting, can't find anything on google for this.
Any help is appreciated.
Couldn't load the data for this visual
Unexpected parquet exception occurred. Class: 'ParquetStatusException' Status: 'IOError' Message: 'Encountered Azure error while accessing lake file, StatusCode = 404, ErrorCode = , Reason = Not Found'
I had this issue this morgning but suddenly it dissapeared (no changes were made)
Do anyone understand this error?
I'm also facing same issue.. Other tables are working fine, but particular fact tables data is working in power BI desktop.
Hi @tobiasmills ,
Load the data to a power bi dataflow and see whether the issue occurs or not.If it works then you can pull the data from it to your reports.
I hope it will be helpful.
Thanks,
Sai Teja
Hi,
I had the same problem. In my case the issue was that I re-generated a table from scratch and so the semantic model lost the table and relations. To fix the model, I needed to re generate it, but then, everything started working properly.
Hope this help!
I got this error as well and recalled that I had code in my notebook which dropped and then recreated the tables. Therefore, the semantic model lost the connection to the tables.
Hello everyone,
I am encountering the same problem with a customer. I currently 'solve' it by removing and adding the tables in my semantic model every day. Obviously not workable for a customer.
Does anyone know the status of this error message, or where I can track the status? I couldn't find any recorded bug on this topic, even though I expected it to be at the top of the list.
Thanks.
Floris
I found a quicker solution than the one proposed above for deleting the tables.
Go into your Lakehouse or Warehouse object > Reporting > Manage default semantic model
Remove all your tables from the semantic model, click confirm.
Add all your tables back to the semantic model again.
Try to load the tables in a report and confirm the error no longer exists.
Same error here. I'm just trying to make a test report from a dimension and a fact table in the Fabric warehouse. Same Fabric workspace, the tables have data. I have created a semantic model that should work.
Just dragging in a column from the date dimension to a table visual works. Dropping in a column from the fact table results in the error.
I am experiencing the same problem too
Hi @tobiasmills ,
I think I found the root cause about your problem which I also had.
I found that this issue happens when I add 'category' from 'DimProduct' and never happens when I add 'SalesTotal' from 'FactSalesOrder'.
So, I explored the workspace first in the left pane.
When you click the workspace, for me it is 'dp_fabric', you can see a similar image to the below:
Then you will see there is a semantic model, the number 2 in the red circle of the above image.
Click the semantic model, you will see a modal like window in the right pane.
Then click 'View item details' in the green button, the number 3 in the above image.
You will see another page of 'Details for <<your semantic model>>' and there are information about Tables in the right pane.
When I tick the table of 'DimProduct', I found that the values of 'DimProduct' was not visible and there's the '404' error about the table.
So, I thought that there was some problem when I create the table of 'DimProduct'.
There must have been a trouble when I created the table.
Since I found the root cause of the problem, I made a hyperthesis to fix by making another query to create the table.
Move to the warehouse by clicking the warehous in the left pane.
First, I need to delete the relations between the existing "FactSalesOrder" and "DimProduct" before creating the "DimProduct" table again.
Because of the relationship, you cannot recreate the table without deleting the relationship.
I deleted the visual query by right-clicking 'Visual query 1', just in case.
Now the time to re-create the table of 'DimProdut' by running the proper query.
For me, it was SQL query 3.
After getting the message that the query succeeded, make the relation between 'FactSalesOrder' and 'DimProduct' again.
Make another visual query as well.
Move to the semantic model again to check if the error has been fixed.
I can see the table was fixed.
Let's check if the error fixed in the report as well.
Move to the warehouse and click model to creat a new report.
(It may ask you sign in)
Threre's a blank report page.
Select 'clustered bar chart'.
Add the relevant data into the chart.
Y axis --> Category from DimDate.
X axis --> SalesTotal from FactSalesOrder.
Adjust the size of the chart just like the below image.
I hope this help you.
If it works, would you take this answer as the verified answer?
@parandurume thank you for this detailed explanation.
In my case, the bug appeared when I dropped the table and recreated it again in the stored procedure. It seemed like the link between the table and the semantic model was disrupted.
Instead of dropping the table, I just reloaded the data, and now it's working as expected.
However, every time the table schema has to be changed, the table must be altered or recreated. As a result, the semantic model has to be deleted and recreated with the same name.
I tried your method and didn't work, even the semantic model is fixed but when tried to work in Power BI same error
I need a solution too
I'm facing the same error but a different experience. Running through the Fabric tutorial here to create a data warehouse. The problem lies in creating the report visualization. Dragging SalesTotal from the FactSalesOrder table works fine. Dragging Category from the DimProduct table causes the error message. I've verified that data is in the table via the Warehouse explorer in Fabric as well as in OneLake via Azure Storage Explorer. I've also created a new workspace and went through the same steps only to run into the same issue.
Steps to repro:
Starting at Create tables and insert data:
One thing I haven't tried was skipping steps 1 and 2 in the repro steps and just using the SQL Script as it contains code to drop and recreate that table with the original values (as well as some new ones). Though that shouldn't make a difference.
Update: After reviewing my model, I noticed that additional relationships were automatically created. (See image)
They link on the same keys but start in the opposite direction e.g., DimCustomer -> FactSalesOrder -- with Assume Referential Integrity turned on. I removed these relationships, went back to Power BI, clicked SalesTotal (ok), clicked Category (error again), went back to my Model view and those relationships had reappeared! What gives?!
I encounted the same error doing the MS Fabric labs. I ended up:
However, I did continue to run into random errors (in the visual editor and when hiding columns). I hit refresh a couple times, deleted and readded things, and got things to work.
Overall, it was very buggy. Hope it gets resolved soon because dropping a whole data warehouse in real life is more of an undertaking than during a lab.
I just had the same issue following Lab 06 'Analyze data in a data warehouse' on mslearn-fabric (microsoftlearning.github.io)
Would you try my solution?
Re: Unexpected parquet exception occurred. Class: ... - Microsoft Fabric Community
Hi @tobiasmills ,
If a root cause or solution is found, please continue to share this issue to help others experiencing similar problems.
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ok, when will it be fixed?
Would you try my solution?
Re: Unexpected parquet exception occurred. Class: ... - Microsoft Fabric Community
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
37 | |
22 | |
20 | |
10 | |
9 |
User | Count |
---|---|
59 | |
56 | |
22 | |
14 | |
12 |