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.
Workload Error Message Dataset Workload failed to import the dataset with dataset id 82d8fee7-74ea-41b2-b498-e940eea4655c. Neither 'model.bim' nor anything with 'definition/*.tmdl' were found.
Please help me fix this asap
Solved! Go to Solution.
Hi. Open the git folder and look for one of those files. If you have turned on the TMDL you will find definition, if not then model.bim should be there. You can look for that to the folder Name.SemanticModel or Name.Dataset.
If you can't find it in the git repo, then it might have been removed or not synced. You can check the version history of the folder to validate if it was deleted and recover.
I hope that helps,
Happy to help!
Hi @Samra,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @ibarrau for addresing the issue.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue? Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Samra,
We wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Samra,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi. Open the git folder and look for one of those files. If you have turned on the TMDL you will find definition, if not then model.bim should be there. You can look for that to the folder Name.SemanticModel or Name.Dataset.
If you can't find it in the git repo, then it might have been removed or not synced. You can check the version history of the folder to validate if it was deleted and recover.
I hope that helps,
Happy to help!
Can you help me how I can see version history of folder.
It would be very weird if you check your repo and one of those files is missing.
You can use foldername
or 'foldername/*'
.
git log -- path/to/folder
git log -- 'path/to/folder/*'
History of renamed files will not be followed with this method.
Please note that --
is optional as well. From git help log
:
[--] <path>...
Show only commits that are enough to explain how the files that match the specified paths came to be. See History Simplification below for
details and other simplification modes.
Paths may need to be prefixed with -- to separate them from options or the
I hope that helps,
Happy to help!
Hi @Samra,
We wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
How can I bring it back to non TMDL? Even if I disable TMDL view in Power BI desktop and save it's still taking the same in semantic model. I want to keep the non TMDL semantic model
Why do you want to avoid TMDL? This error looking for file is because the GIT integration uses power bi as projects with or without TMDL it will decompress the pbix in files and you could miss one. TMDL is way more intuitive for the users.
Any way, for keeping your model with TMSL (the old way), the only alternative is finding the original pbix file you had at first. Open that one and save it as project with the TMDL preview setting disabled.
I hope that make sense
Happy to help!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.