<?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: Embedded report app flask in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3437344#M44522</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/371585"&gt;@apenaranda&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;What type of embedded are you means? Power bi embedded or 'publish to web'? If you mean the 'publish to web', it include the delay between source report and embedded report.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-publish-to-web#updates-to-reports-and-data-refresh" target="_blank"&gt;Publish to web from Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you are working with dataset with large amount of records. They should also cause the refresh delay.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 01:57:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-19T01:57:46Z</dc:date>
    <item>
      <title>Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3432906#M44472</link>
      <description>&lt;P&gt;I have an application with Flask where I embed reports, I get a list of reports (I save the id in a database) and later it makes me embedded the one I select, locally I don't get any errors and it shows me the id value of the selected report , when I upload the application to my website, then it is as if the ids remain in cache for a while because I select 1 but it shows me another, normally the previous one seen, as if something remained in cache and it reloaded what was before .&lt;BR /&gt;Has it happened to anyone?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 12:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3432906#M44472</guid>
      <dc:creator>apenaranda</dc:creator>
      <dc:date>2023-09-15T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3435344#M44501</link>
      <description>&lt;P&gt;I also added that the embedded query to the reports is done through a single user, all users access to view the embedded report through a single user with a power bi license.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 06:13:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3435344#M44501</guid>
      <dc:creator>apenaranda</dc:creator>
      <dc:date>2023-09-18T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3437344#M44522</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/371585"&gt;@apenaranda&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;What type of embedded are you means? Power bi embedded or 'publish to web'? If you mean the 'publish to web', it include the delay between source report and embedded report.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-publish-to-web#updates-to-reports-and-data-refresh" target="_blank"&gt;Publish to web from Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you are working with dataset with large amount of records. They should also cause the refresh delay.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 01:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3437344#M44522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-19T01:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3439255#M44551</link>
      <description>&lt;P&gt;I do not publish on the web, I use APIs, in this case Python, to view the reports through embedded licenses.&lt;BR /&gt;What I do in my python app is that I have the ids of the reports in a mysql table and I make the query according to user and report. What I see in the console is the app on localhost and it works well, the query is done correctly and it calls the correct id. When I publish the app on the web, no longer, it's as if it keeps the previous/previous id in cache or something like that and it shows you the one it wants, although the query is done correctly and it should show the id of the query... very strange thing indeed.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 05:38:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3439255#M44551</guid>
      <dc:creator>apenaranda</dc:creator>
      <dc:date>2023-09-20T05:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3441169#M44593</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/371585"&gt;@apenaranda&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;How many rows the data source table stored? Did power bi service tenant and embedded environment host on the same data regions? They may case the additional cost of refresh and cause the delay of data refreshed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 08:36:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3441169#M44593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-21T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded report app flask</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3442358#M44618</link>
      <description>&lt;P&gt;Finally I solved it by modifying the jquery that creates the embed and passes the data, for some unknown reason it sent some correct data locally and others on the web. Now I collect the value from the template so that it has the values correctly from the beginning.&lt;BR /&gt;Greetings,&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 04:59:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-report-app-flask/m-p/3442358#M44618</guid>
      <dc:creator>apenaranda</dc:creator>
      <dc:date>2023-09-22T04:59:46Z</dc:date>
    </item>
  </channel>
</rss>

