Forum Discussion
Anonymous
2 years agoNot applicable
Unexpected parquet exception occurred. Class: 'ParquetStatusException'
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 ware...
Anonymous
2 years agoNot applicable
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!
- Tadsou2 years agoRegular Visitor
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.
- It can be temporarily be resolved, until the next run of the notebook, with opening the semantic model -> edit tables -> and click the refresh button.
- Ultimately, however, tables should not be dropped and then recreated. So I removed the corresponding code lines and it worked even after rerunning the notebook.