Forum Discussion
yazdanb
4 months agoFrequent Visitor
Help needed to convert TMDL back to TMSL
Hi all, Our team has some PowerBI reports (most are TMSL, a handful are TMDL). We noticed an issue in a TMDL model recently where some changes to our tables broke our Git Integration since update...
- 4 months ago
I've done this in the past when fabric API didn't support TMDL yet. AnalysisServices.Tabular has some serialisation functions you can use for the conversion.
Deku
4 months agoSuper User
I've done this in the past when fabric API didn't support TMDL yet. AnalysisServices.Tabular has some serialisation functions you can use for the conversion.
- yazdanb4 months agoFrequent Visitor
Thank you! I found an easier solution in saving the dataset as PBIP (after turning off the TMDL preview feature in the desktop app) and then just adding those folders to the repo and updating throught Git Integration/Source Control in the workspace. It was able to recreate the reports in place without affecting our workspace-only report or connection bindings