<?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: Power BI Embedded - PosgreSQL - DirectQuery in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4048889#M54232</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/506619"&gt;@kolousekjan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Power BI Embedded works with DQ connections. Have you enabled "change detection" on the pages where you use the DQ sources?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;We use this with power bi embedded environments where we writeback from the app into the underlying DB and the changes reflect on the embedded report.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Vlad&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2024 14:49:09 GMT</pubDate>
    <dc:creator>vladm-datanaut</dc:creator>
    <dc:date>2024-07-18T14:49:09Z</dc:date>
    <item>
      <title>Power BI Embedded - PosgreSQL - DirectQuery</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4041942#M54178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could someone please help me determine if what I want to do is possible?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have a Power BI embedded report that I want to show to my customers. Each customer views the report through a filter, ensuring they only see their own data. The report connects via an on-premises gateway running on a VPS to a PostgreSQL database hosted on a different server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My report operates in dual mode, but all connections to PostgreSQL are set up as direct queries.&lt;/P&gt;&lt;P&gt;The problem is that when I update something in the database, the changes do not reflect in the embedded report. Essentially, this solution is not working as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 07:38:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4041942#M54178</guid>
      <dc:creator>kolousekjan</dc:creator>
      <dc:date>2024-07-15T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded - PosgreSQL - DirectQuery</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4043323#M54191</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/506619"&gt;@kolousekjan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consider using a tool like SQL profiler for PostgreSQL database to capture the query statements that Power BI sends to the data source when updating some content in the database, combined with RLS filtering, and then you can execute the captured SQL statements to the PostgreSQL database to check whether the returned data is updated. In addition, if you are updating a table imported from the database in import mode, the Power BI report will not be updated in real time until the next data refresh is successful.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ubiq.co/database-blog/top-5-postgresql-query-monitoring-tools/" target="_blank"&gt;ubiq.co&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/cloud-rls" target="_blank"&gt;Using standard cloud based row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 02:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4043323#M54191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-16T02:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded - PosgreSQL - DirectQuery</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4048889#M54232</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/506619"&gt;@kolousekjan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Power BI Embedded works with DQ connections. Have you enabled "change detection" on the pages where you use the DQ sources?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;We use this with power bi embedded environments where we writeback from the app into the underlying DB and the changes reflect on the embedded report.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Vlad&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:49:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-PosgreSQL-DirectQuery/m-p/4048889#M54232</guid>
      <dc:creator>vladm-datanaut</dc:creator>
      <dc:date>2024-07-18T14:49:09Z</dc:date>
    </item>
  </channel>
</rss>

