<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Azure AS and TMDL deployment in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4099753#M54767</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to do is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a script that could deploy the metadata only to Azure AS&lt;UL&gt;&lt;LI&gt;Similar to the option "Do not Process" when you deploy it manually using Visual Studio&lt;/LI&gt;&lt;LI&gt;This will deploy the metadata only, not processing any tables ==&amp;gt; it takes less time&lt;/LI&gt;&lt;LI&gt;I'm looking into some example code and document here (&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.tmdlserializer?view=analysisservices-dotnet" target="_blank"&gt;TmdlSerializer Class (Microsoft.AnalysisServices.Tabular) | Microsoft Learn&lt;/A&gt;) hopefully I can find something useful.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;.bim is a single file, so it's very easy to be conflict when multiple developers working on the same model at the same time (even when they are working in different measures/tables...)&lt;UL&gt;&lt;LI&gt;I'm thinking of changing the .bim to folder of .TMDL files, so that we can use source control more effectively.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 14 Aug 2024 08:58:15 GMT</pubDate>
    <dc:creator>npvinhloc108</dc:creator>
    <dc:date>2024-08-14T08:58:15Z</dc:date>
    <item>
      <title>Azure AS and TMDL deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4096534#M54719</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We have a Azure AS to serve all our Power BI reports.&lt;/P&gt;&lt;P&gt;Currently we use the .bim file to deploy the model to Azure AS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file is getting bigger and becoming hard to maintain/control. We're thinking of changing it to TMDL (&lt;A href="https://learn.microsoft.com/en-us/analysis-services/tmdl/tmdl-overview?view=asallproducts-allversions" target="_blank" rel="noopener"&gt;Tabular Model Definition Language (TMDL) | Microsoft Learn&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone deployed the TMDL to Azure AS using Powershell before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 03:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4096534#M54719</guid>
      <dc:creator>npvinhloc108</dc:creator>
      <dc:date>2024-08-13T03:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AS and TMDL deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4099311#M54760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790575"&gt;@npvinhloc108&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that you try to export data with TOM Tool and manage these data in Azure Analysis Service?&lt;BR /&gt;As far as I know, the data may be something wrong due to export and load again and again from different applications. So I think this is not a good way.&lt;BR /&gt;I suggest you to try other features in Fabric like Data Factory or Data Engineering in Synapse.&lt;BR /&gt;You can create dataflows to connect to your data source or load your data into a lakehouse. You can also deploy a data pipline to monitor your data.&lt;BR /&gt;Microsoft Fabric Lakehouse is a data architecture platform for storing, managing, and analyzing structured and unstructured data in a single location. It's a flexible and scalable solution that allows organizations to handle large volumes of data using various tools and frameworks to process and analyze that data.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/get-started/microsoft-fabric-overview" target="_blank"&gt;What is Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-overview" target="_blank"&gt;What is a lakehouse? - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 06:09:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4099311#M54760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-14T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AS and TMDL deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4099753#M54767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to do is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a script that could deploy the metadata only to Azure AS&lt;UL&gt;&lt;LI&gt;Similar to the option "Do not Process" when you deploy it manually using Visual Studio&lt;/LI&gt;&lt;LI&gt;This will deploy the metadata only, not processing any tables ==&amp;gt; it takes less time&lt;/LI&gt;&lt;LI&gt;I'm looking into some example code and document here (&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.tmdlserializer?view=analysisservices-dotnet" target="_blank"&gt;TmdlSerializer Class (Microsoft.AnalysisServices.Tabular) | Microsoft Learn&lt;/A&gt;) hopefully I can find something useful.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;.bim is a single file, so it's very easy to be conflict when multiple developers working on the same model at the same time (even when they are working in different measures/tables...)&lt;UL&gt;&lt;LI&gt;I'm thinking of changing the .bim to folder of .TMDL files, so that we can use source control more effectively.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 14 Aug 2024 08:58:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Azure-AS-and-TMDL-deployment/m-p/4099753#M54767</guid>
      <dc:creator>npvinhloc108</dc:creator>
      <dc:date>2024-08-14T08:58:15Z</dc:date>
    </item>
  </channel>
</rss>

