<?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: PowerBI Visuals API updating issue in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4860734#M63583</link>
    <description>&lt;P&gt;Hi, thank you for your answer.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;When I (re)load the page, the visual is both constructed and the update(options) function is called with the&amp;nbsp;VisualUpdateOptions in params.&lt;/P&gt;&lt;P&gt;However, when I switch pages and return to the visual, the visual is reconstructed, but the update(options) function is not called. I could force a call with a listener or the examples you provided, but it seems that I do not have a solution to pass the&amp;nbsp;VisualUpdateOptions as parameters if the update(options) function is called for the first time.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Here is an example with a logger:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initial visual loading -&amp;nbsp;&lt;/STRONG&gt;On&lt;EM&gt; this screenshot, we can see that both the constructor and the update(options) are called.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_0-1761663788754.png" style="width: 466px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1305987i74DFE564BB3DB3A2/image-dimensions/466x197?v=v2" width="466" height="197" role="button" title="TheoAu_0-1761663788754.png" alt="TheoAu_0-1761663788754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When switching page&amp;nbsp;&lt;/STRONG&gt;-&amp;nbsp;&lt;EM&gt;On this screenshot, only the constructor is called. I could force the update function but I do not have any&amp;nbsp;VisualUpdateOptions object in the constructor.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_1-1761663870422.png" style="width: 470px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1305988iBDB6FAF0BBF1A288/image-dimensions/470x158?v=v2" width="470" height="158" role="button" title="TheoAu_1-1761663870422.png" alt="TheoAu_1-1761663870422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having a&amp;nbsp;VisualUpdateOptions object passed to the update function is necessary to make my visual having data inside.&lt;/P&gt;&lt;P&gt;Do you know if any solution exists for now?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2025 15:09:12 GMT</pubDate>
    <dc:creator>TheoAu</dc:creator>
    <dc:date>2025-10-28T15:09:12Z</dc:date>
    <item>
      <title>PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4855639#M63510</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am currently working on a custom visual for &lt;/SPAN&gt;&lt;SPAN&gt;PowerBI&lt;/SPAN&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the first init, the visual is fine. Everything is well loaded.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;However, when I switch from one &lt;/SPAN&gt;&lt;SPAN&gt;PowerBI&lt;/SPAN&gt;&lt;SPAN&gt; page to another, the visual is not updated. I think this is linked to this issue:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/519" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://github.com/microsoft/PowerBI-visuals-tools/issues/519&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After debugging, I found this plot:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- When the user either refreshes the page or sees the visual for the first time after reloading the page, everything is working. The constructor and the update function are both called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- However, when the user switches from one page to another, only the constructor is called. The update function does not seem to be called anywhere.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found two solutions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- The user refreshes their page, and the visual goes back to normal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- The user edits the frame containing the visual (resizing, moving...), and the visual goes back to normal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, both solutions need to allow the user to edit the dashboard, which is now a proper solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any workarounds?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:47:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4855639#M63510</guid>
      <dc:creator>TheoAu</dc:creator>
      <dc:date>2025-10-22T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4856569#M63523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1270373"&gt;@TheoAu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;This behavior happens because Power BI sometimes reloads the visual’s container when switching pages but doesn’t trigger the visual’s update event.&lt;BR /&gt;To fix it, make sure your visual refreshes itself when it becomes visible again - for example, by handling visibility or resize events inside your visual logic.If you prefer not to modify the code, you can temporarily refresh the report page or toggle between edit/view mode as a workaround.&lt;BR /&gt;The root cause is a known limitation in the Power BI Visuals API, and Microsoft is tracking it in&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/519" target="_blank"&gt;Power BI Visual API; update method not called when changing tabs · Issue #519 · microsoft/PowerBI-visuals-tools &lt;/A&gt;&lt;BR /&gt;as already mentioned by you.&lt;BR /&gt;Until it’s resolved, ensuring the visual re-renders when returning to a page (via visibility or resize triggers) is the recommended approach.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:26:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4856569#M63523</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-10-23T07:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4856736#M63524</link>
      <description>&lt;P&gt;Hi, thank you for your answer !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to make the visual refresh itself by:&lt;BR /&gt;- Using the fetchMoreData function: no result, the update function is still not called.&lt;BR /&gt;- Calling the update() function myself, but I can't pass the VisualUpdateOptions param as I only have&amp;nbsp;VisualConstructorOptions in the constructor.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Do you have any workarounds to make the visual refresh itself directly in the code? I would prefer not to force the user to refresh the report or toggle the edit/view mode. You also said to use visibility or resize triggers? Are these powerbi visuals api functions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 10:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4856736#M63524</guid>
      <dc:creator>TheoAu</dc:creator>
      <dc:date>2025-10-23T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4857968#M63538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1270373"&gt;@TheoAu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;fetchMoreData() won’t trigger update() - that call only happens when Power BI signals a data or layout change.&lt;BR /&gt;To make your visual refresh automatically, add a visibility or resize listener inside your constructor (not a Power BI API, but standard browser APIs):&lt;/P&gt;
&lt;P&gt;Use IntersectionObserver or window.addEventListener("resize", ...) to detect when the visual becomes visible again.When triggered, call your internal render logic (the same code you use in update()) to redraw the visual.&lt;BR /&gt;This ensures your visual refreshes when switching report pages without user action, even though update() isn’t called.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 15:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4857968#M63538</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-10-24T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4859215#M63560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1270373"&gt;@TheoAu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 09:36:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4859215#M63560</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-10-27T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4860734#M63583</link>
      <description>&lt;P&gt;Hi, thank you for your answer.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;When I (re)load the page, the visual is both constructed and the update(options) function is called with the&amp;nbsp;VisualUpdateOptions in params.&lt;/P&gt;&lt;P&gt;However, when I switch pages and return to the visual, the visual is reconstructed, but the update(options) function is not called. I could force a call with a listener or the examples you provided, but it seems that I do not have a solution to pass the&amp;nbsp;VisualUpdateOptions as parameters if the update(options) function is called for the first time.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Here is an example with a logger:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initial visual loading -&amp;nbsp;&lt;/STRONG&gt;On&lt;EM&gt; this screenshot, we can see that both the constructor and the update(options) are called.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_0-1761663788754.png" style="width: 466px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1305987i74DFE564BB3DB3A2/image-dimensions/466x197?v=v2" width="466" height="197" role="button" title="TheoAu_0-1761663788754.png" alt="TheoAu_0-1761663788754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When switching page&amp;nbsp;&lt;/STRONG&gt;-&amp;nbsp;&lt;EM&gt;On this screenshot, only the constructor is called. I could force the update function but I do not have any&amp;nbsp;VisualUpdateOptions object in the constructor.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_1-1761663870422.png" style="width: 470px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1305988iBDB6FAF0BBF1A288/image-dimensions/470x158?v=v2" width="470" height="158" role="button" title="TheoAu_1-1761663870422.png" alt="TheoAu_1-1761663870422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having a&amp;nbsp;VisualUpdateOptions object passed to the update function is necessary to make my visual having data inside.&lt;/P&gt;&lt;P&gt;Do you know if any solution exists for now?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 15:09:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4860734#M63583</guid>
      <dc:creator>TheoAu</dc:creator>
      <dc:date>2025-10-28T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4861671#M63603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1270373"&gt;@TheoAu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are right - this issue occurs because Power BI reconstructs the visual container when switching pages but doesn’t always trigger update(options).Currently, the VisualUpdateOptions object can’t be recreated manually, but you can cache it from the last valid update() call.Store the options in a class variable (e.g., this.lastOptions) and reuse them when the visual is rebuilt.Use an IntersectionObserver or resize listener in the constructor to detect when the visual becomes visible again.When triggered, re-render your visual using the cached VisualUpdateOptions.This workaround ensures your visual refreshes automatically until Power BI fixes Issue.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 13:22:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4861671#M63603</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-10-29T13:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4861720#M63605</link>
      <description>&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;That &lt;/SPAN&gt;&lt;SPAN class=""&gt;could&lt;/SPAN&gt; &lt;SPAN class=""&gt;be&lt;/SPAN&gt;&lt;SPAN class=""&gt; a good option. &lt;/SPAN&gt;&lt;SPAN class=""&gt;However&lt;/SPAN&gt;&lt;SPAN class=""&gt;, I &lt;/SPAN&gt;&lt;SPAN class=""&gt;currently&lt;/SPAN&gt;&lt;SPAN class=""&gt; do not have the &lt;/SPAN&gt;&lt;SPAN class=""&gt;possibility&lt;/SPAN&gt;&lt;SPAN class=""&gt; to store &lt;/SPAN&gt;&lt;SPAN class=""&gt;anything&lt;/SPAN&gt;&lt;SPAN class=""&gt;, as all the class &lt;/SPAN&gt;&lt;SPAN class=""&gt;objects&lt;/SPAN&gt;&lt;SPAN class=""&gt; are &lt;/SPAN&gt;&lt;SPAN class=""&gt;cleared&lt;/SPAN&gt; &lt;SPAN class=""&gt;when&lt;/SPAN&gt;&lt;SPAN class=""&gt; the user switches the page. For &lt;/SPAN&gt;&lt;SPAN class=""&gt;example&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;- The user &lt;/SPAN&gt;&lt;SPAN class=""&gt;refreshes&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN class=""&gt;loads&lt;/SPAN&gt;&lt;SPAN class=""&gt; the page: the &lt;/SPAN&gt;&lt;SPAN class=""&gt;visual&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;created&lt;/SPAN&gt;&lt;SPAN class=""&gt;, and the update &lt;/SPAN&gt;&lt;SPAN class=""&gt;function&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;called&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&amp;nbsp;At &lt;/SPAN&gt;&lt;SPAN class=""&gt;this&lt;/SPAN&gt;&lt;SPAN class=""&gt; moment, I can store an &lt;/SPAN&gt;&lt;SPAN class=""&gt;object&lt;/SPAN&gt; &lt;SPAN class=""&gt;containing&lt;/SPAN&gt;&lt;SPAN class=""&gt; the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;VisualUpdateOptions&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_1-1761746583753.png" style="width: 482px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1306237iD3A17DA681753DE5/image-dimensions/482x159?v=v2" width="482" height="159" role="button" title="TheoAu_1-1761746583753.png" alt="TheoAu_1-1761746583753.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(we can see in the screenshot that as the constructor is called and the update() is called at least once, we&amp;nbsp; can thus define the updateOptions object.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;- &lt;/SPAN&gt;&lt;SPAN class=""&gt;When&lt;/SPAN&gt;&lt;SPAN class=""&gt; the user switches the page, the &lt;/SPAN&gt;&lt;SPAN class=""&gt;visual&lt;/SPAN&gt; &lt;SPAN class=""&gt;seems&lt;/SPAN&gt;&lt;SPAN class=""&gt; to &lt;/SPAN&gt;&lt;SPAN class=""&gt;be&lt;/SPAN&gt; &lt;SPAN class=""&gt;cleaned&lt;/SPAN&gt;&lt;SPAN class=""&gt; up &lt;/SPAN&gt;&lt;SPAN class=""&gt;from&lt;/SPAN&gt;&lt;SPAN class=""&gt; memory (&lt;/SPAN&gt;&lt;SPAN class=""&gt;this&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;logical&lt;/SPAN&gt;&lt;SPAN class=""&gt;, memory &lt;/SPAN&gt;&lt;SPAN class=""&gt;optimization&lt;/SPAN&gt;&lt;SPAN class=""&gt;, as we do not &lt;/SPAN&gt;&lt;SPAN class=""&gt;need&lt;/SPAN&gt;&lt;SPAN class=""&gt; the &lt;/SPAN&gt;&lt;SPAN class=""&gt;visual&lt;/SPAN&gt;&lt;SPAN class=""&gt; for the moment).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;=&amp;gt; the updateOptions object is removed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;- &lt;/SPAN&gt;&lt;SPAN class=""&gt;When&lt;/SPAN&gt;&lt;SPAN class=""&gt; the user &lt;/SPAN&gt;&lt;SPAN class=""&gt;comes&lt;/SPAN&gt;&lt;SPAN class=""&gt; back to the initial page, the &lt;/SPAN&gt;&lt;SPAN class=""&gt;visual&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;recreated&lt;/SPAN&gt; &lt;SPAN class=""&gt;from&lt;/SPAN&gt;&lt;SPAN class=""&gt; scratch. &lt;/SPAN&gt;&lt;SPAN class=""&gt;Thus&lt;/SPAN&gt;&lt;SPAN class=""&gt;, I &lt;/SPAN&gt;&lt;SPAN class=""&gt;can't&lt;/SPAN&gt; &lt;SPAN class=""&gt;retrieve&lt;/SPAN&gt; &lt;SPAN class=""&gt;previous&lt;/SPAN&gt;&lt;SPAN class=""&gt; variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheoAu_2-1761746632529.png" style="width: 487px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1306238iC9C88E8F295C45E2/image-dimensions/487x126?v=v2" width="487" height="126" role="button" title="TheoAu_2-1761746632529.png" alt="TheoAu_2-1761746632529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(we can see in the screenshot that as the constructor is called and the update() not called once, we&amp;nbsp; can't define the updateOptions object.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Is &lt;/SPAN&gt;&lt;SPAN class=""&gt;there&lt;/SPAN&gt; &lt;SPAN class=""&gt;any&lt;/SPAN&gt; &lt;SPAN class=""&gt;other&lt;/SPAN&gt;&lt;SPAN class=""&gt; solution?&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 14:06:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4861720#M63605</guid>
      <dc:creator>TheoAu</dc:creator>
      <dc:date>2025-10-29T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4862386#M63619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1270373"&gt;@TheoAu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As the Troubleshooting steps didn't helped in solving the issue, I would suggest&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to raise support ticket using Microsoft's official support ticket channel using below link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;Create a Fabric and Power BI Support Ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 11:28:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4862386#M63619</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-10-30T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Visuals API updating issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4864766#M63656</link>
      <description>&lt;P&gt;OK, no problem&lt;/P&gt;&lt;P&gt;thank you for your time&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 09:14:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Visuals-API-updating-issue/m-p/4864766#M63656</guid>
      <dc:creator>TheoAu</dc:creator>
      <dc:date>2025-11-03T09:14:59Z</dc:date>
    </item>
  </channel>
</rss>

