Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
I am trying to load data from my fabric semantic model and it is able to see all the fields but unable to actually get data from those fields.
To peek behind the scenes, this is an API call to a ticketing software we use getting all of the ticket data. Notebook runs the api call (Which it takes about 2 and a half minutes because I can only call so many api requests per minute) and dumps the data into a delta table in my lakehouse. Then I have the semantic model built from that table that refreshes every day at midnight.
I have made sure to manually re-run the notebook api call and refresh everything else, but when I try to get the data from the semantic model in the powerbi desktop app, it gives me the above error.
I am new to this and would love some help troubleshooting.
Thanks in advance,
Andrew
Solved! Go to Solution.
Hi @Kirikugo ,
The following link contains error messages similar to yours. You can try the corresponding solutions in the link:
Unexpected parquet exception occurred. Class: 'Par... - Page 2 - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Kirikugo ,
The following link contains error messages similar to yours. You can try the corresponding solutions in the link:
Unexpected parquet exception occurred. Class: 'Par... - Page 2 - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you! Yes as found in that linked post, I had to recreate the semantic model and then PowerBI was able to actually get the visuals for it.