Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have a question regarding the expressions.tmdl file that can be created when using .pbip files. Sometimes the file gets created when turning a .pbix file into a .pbip, but sometimes it doesn't. I can't seem to find what determines if the expressions.tmdl file gets created or not.
Thankful for any insights!
Solved! Go to Solution.
Hello @JackZeeU,
as of my knowledge the expressions.tmdl file only gets created if your .pbix contains calculation groups (from Tabular Editor) or other advanced model expressions. If your model doesn’t have those, the .pbip export won’t include an expressions.tmdl — that’s why you sometimes see it and sometimes not.
So in short:
Maybe you can verify that with your concrete examples?
If you confirm feel free to mark my post as solution.
Best regards!
Hi @JackZeeU,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @Mauro89 for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
Hi @JackZeeU,
We wanted to kindly follow up to check if the solution provided by the user for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
Hello @JackZeeU,
as of my knowledge the expressions.tmdl file only gets created if your .pbix contains calculation groups (from Tabular Editor) or other advanced model expressions. If your model doesn’t have those, the .pbip export won’t include an expressions.tmdl — that’s why you sometimes see it and sometimes not.
So in short:
Maybe you can verify that with your concrete examples?
If you confirm feel free to mark my post as solution.
Best regards!
Hi,
I think your right,
From what I can tell the expressions.tdml file is created when the pbix file includdes power query elements. For example if I create parameters in power query it will generate an expressions.tdml file.