<?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: Write Back the data to SQL Database in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3553219#M45489</link>
    <description>Thanks Tom. Thanks for the information. Let me try these options and update if it worked or not.</description>
    <pubDate>Mon, 27 Nov 2023 05:23:58 GMT</pubDate>
    <dc:creator>sgmanjunath</dc:creator>
    <dc:date>2023-11-27T05:23:58Z</dc:date>
    <item>
      <title>Write Back the data to SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3550799#M45477</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a new table PBI using Summaraized columns and then added customer columns along with few measures.&lt;/P&gt;&lt;P&gt;Now, i want to write back this table data to SQL table and Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both in SQL and Excel i need to dump this data in a pivot view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one help me the steps on how can we do these. i went through a lot of videos on write back and i am unable to find a better solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the table i have created using summarizedcolumn and then i have added custom columns / measures to this table.&lt;/P&gt;&lt;P&gt;Now, the final table data need to be dum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="snapshot.PNG" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1001591i8034D22D918A81C1/image-size/small?v=v2&amp;amp;px=200" role="button" title="snapshot.PNG" alt="snapshot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 12:03:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3550799#M45477</guid>
      <dc:creator>sgmanjunath</dc:creator>
      <dc:date>2023-11-24T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Write Back the data to SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3550850#M45478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/474313"&gt;@sgmanjunath&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on how much data you have, you can use the ExecuteQueries API with which you can fetch the data from a dataset / semantic model based on a DAX query. The result you could then process further or directly push into a database. Here, a way of doing this with Azure Data Factory:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tackytech.blog/how-to-query-and-copy-data-from-power-bi-datasets-via-azure-data-factory/" target="_blank" rel="noopener"&gt;https://www.tackytech.blog/how-to-query-and-copy-data-from-power-bi-datasets-via-azure-data-factory/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In fact, in Fabric this kind of stuff will be easier as there is a button to "writeback" the data from an import mode model diretly into direct lake:&lt;BR /&gt;&lt;A href="https://blog.fabric.microsoft.com/en-us/blog/microsoft-fabric-november-2023-update/#post-5122-_Toc8932020" target="_blank"&gt;Microsoft Fabric November 2023 update | Microsoft Fabric Blog | Microsoft Fabric&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank" rel="noopener"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank" rel="noopener"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 12:50:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3550850#M45478</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2023-11-24T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Write Back the data to SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3553219#M45489</link>
      <description>Thanks Tom. Thanks for the information. Let me try these options and update if it worked or not.</description>
      <pubDate>Mon, 27 Nov 2023 05:23:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Write-Back-the-data-to-SQL-Database/m-p/3553219#M45489</guid>
      <dc:creator>sgmanjunath</dc:creator>
      <dc:date>2023-11-27T05:23:58Z</dc:date>
    </item>
  </channel>
</rss>

