Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I currently have this with with `EDIT TMDL` in powerbi-vscode
Is it possible to add another table 'fact' in tables as fact.tmdl where the pq is
let
Source = Sql.Database("server", "db", [Query="
SELECT TOP 1000 *
FROM tbl
"])
in
Source
Cause once I publish and validate the TMDL, the pbi is not downloadable. Is there a way to do it from here?
Thank you in advance
Hi @smpa01 ,
Based on the information you provided, it appears that you are trying to add new tables to your Power BI model using the Table Model Definition Language (TMDL) in PowerBI-VSCode .
After reviewing the version release notes for the VSCode extension, I could not find specific information about the functionality you are looking for.
For a more accurate answer, it is recommended that you contact the developer of the extension.
In addition, you can refer to the following article about TMDL:
Tabular Model Definition Language (TMDL) | Microsoft Learn
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.