<?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: Process only a table in an Azure Analysis Service database, in Azure Data Factory in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3806918#M2375</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324795" data-lia-user-login="Victornld2" class="lia-mention lia-mention-user"&gt;Victornld2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the inconvenience, this community is specifically for discussions and questions related to Microsoft Fabric. For queries related to Azure Data Factory (ADF), we recommend using the dedicated Microsoft Q&amp;amp;A forum where they are ready to assist you better. Here's the link to post your query in Microsoft Q&amp;amp;A :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/ask/" target="_blank" rel="noopener nofollow noreferrer"&gt;Ask a question - Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 08:13:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-03T08:13:03Z</dc:date>
    <item>
      <title>Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3805776#M2370</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to process only a table in Azure Analysis Services database, via Azure Data factory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can process the whole tabular model in a pipeline with parametrized url etc. But I need to execute a pipeline to process a small writeback table, which is connected with a Power BI report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1 is to be able to process only a table, step 2 is to make a customized button in the Power BI report to trigger the pipeline.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 19:32:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3805776#M2370</guid>
      <dc:creator>Victornld2</dc:creator>
      <dc:date>2024-04-02T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3806918#M2375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324795" data-lia-user-login="Victornld2" class="lia-mention lia-mention-user"&gt;Victornld2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the inconvenience, this community is specifically for discussions and questions related to Microsoft Fabric. For queries related to Azure Data Factory (ADF), we recommend using the dedicated Microsoft Q&amp;amp;A forum where they are ready to assist you better. Here's the link to post your query in Microsoft Q&amp;amp;A :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/ask/" target="_blank" rel="noopener nofollow noreferrer"&gt;Ask a question - Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 08:13:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3806918#M2375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-03T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809242#M2413</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;You can leverage Web activity to process a single table in AAS via ADF :&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;URL :&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;concat(&lt;/SPAN&gt;&lt;SPAN&gt;'https://'&lt;/SPAN&gt;&lt;SPAN&gt;,pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Region&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'.asazure.windows.net/servers/'&lt;/SPAN&gt;&lt;SPAN&gt;,pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Server&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'/models/'&lt;/SPAN&gt;&lt;SPAN&gt;,pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;DatabaseName&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'/refreshes'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Body :&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{"Type":"Full","CommitMode":"transactional","MaxParallelism":10,"RetryCount":2,"Objects":&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Objects&lt;/SPAN&gt;&lt;SPAN&gt;}}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;where objects are table names within AAS&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;To answer to your other query, you can use Power automate visual and via power automtae trigger the ADF pipeline&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Apr 2024 04:06:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809242#M2413</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T04:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809537#M2419</link>
      <description>&lt;P&gt;Got it to work, found out I had to specify the table (object) in the body.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Haven't been able to get the Power Automate to work. Might skip that part.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 06:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809537#M2419</guid>
      <dc:creator>Victornld2</dc:creator>
      <dc:date>2024-04-04T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809586#M2420</link>
      <description>&lt;P&gt;Glad it worked!!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 07:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3809586#M2420</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process only a table in an Azure Analysis Service database, in Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3811114#M2429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324795" data-lia-user-login="Victornld2" class="lia-mention lia-mention-user"&gt;Victornld2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know that your issue got resolved. Please continue using Fabric Community on your further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 13:52:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Process-only-a-table-in-an-Azure-Analysis-Service-database-in/m-p/3811114#M2429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-04T13:52:59Z</dc:date>
    </item>
  </channel>
</rss>

