<?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>All Developer posts</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/bd-p/Developer</link>
    <description>All Developer posts</description>
    <pubDate>Tue, 15 Sep 2026 14:04:45 GMT</pubDate>
    <dc:creator>Developer</dc:creator>
    <dc:date>2026-09-15T14:04:45Z</dc:date>
    <item>
      <title>Re: exportToFile: reportLevelFilters AND a single-select slicer's default value → empty page</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/exportToFile-reportLevelFilters-AND-a-single-select-slicer-s/m-p/5366964#M65601</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for long answer - we decided use new slicers in Reprots ( list slicer, button slicer) these new slicers allow to have blank value. In another page where we have to have single select we will use deep copy&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 10:09:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/exportToFile-reportLevelFilters-AND-a-single-select-slicer-s/m-p/5366964#M65601</guid>
      <dc:creator>Ceo_psh</dc:creator>
      <dc:date>2026-09-15T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded registers blocked unload handler in Microsoft Edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-registers-blocked-unload-handler-in-Microsoft/m-p/5366949#M65600</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1781701" data-lia-user-login="codijk" class="lia-mention lia-mention-user"&gt;codijk​&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;Thank you &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1779864" data-lia-user-login="LumericVisuals" class="lia-mention lia-mention-user"&gt;LumericVisuals​&lt;/a&gt; for the prompt response.&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user for the issue worked? &amp;nbsp;or let us know if you need any further assistance.&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;BR /&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 09:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-registers-blocked-unload-handler-in-Microsoft/m-p/5366949#M65600</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-09-15T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically export a PBI screenshot for the latest month?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-automatically-export-a-PBI-screenshot-for-the-latest/m-p/5366932#M65599</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="619967" data-lia-user-login="SRJPBI" class="lia-mention lia-mention-user"&gt;SRJPBI​&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;No, the slicers themselves cannot be automatically updated immediately before a standard Power BI subscription screenshot is generated. A subscription uses the report's saved filter/slicer state, so if the slicer is saved as August 2026, the subscription will continue to use that selection until the saved state is changed.&lt;/P&gt;
&lt;P&gt;To make the screenshot always reflect the latest month, the better approach is to move the “latest month” logic into the Power BI model/report rather than relying on a manually selected slicer value.&lt;/P&gt;
&lt;P&gt;For example, you can create logic in the Date/Calendar table to identify the latest completed month and use that as the report/page filter. The subscription can then run normally, while the latest-month logic updates automatically as new data is refreshed.&lt;/P&gt;
&lt;P&gt;Dynamic per-recipient subscriptions are another option, but they are primarily intended for applying different filter values to different recipients, rather than simply selecting the latest month.&lt;/P&gt;
&lt;P&gt;For this requirement, making the latest-month logic dynamic within the report/model is the simplest and most robust approach.&lt;/P&gt;
&lt;P&gt;Useful Links: https://learn.microsoft.com/is-is/power-bi/collaborate-share/power-bi-dynamic-report-subscriptions&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 09:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-automatically-export-a-PBI-screenshot-for-the-latest/m-p/5366932#M65599</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-09-15T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe continues scrolling after mouse release when interacting with Power BI visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Iframe-continues-scrolling-after-mouse-release-when-interacting/m-p/5366922#M65598</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="259997" data-lia-user-login="Mohd_Naim" class="lia-mention lia-mention-user"&gt;Mohd_Naim​&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;diagnosed as a cross-frame mouseup issue (release happens in the parent doc, not the iframe's), noted you can't attach a listener inside a cross-origin iframe, and suggested a host-page window mouseup/pointerup handler that toggles pointer-events on the iframe to reset it — plus asked whether it only happens when the cursor exits the iframe bounds mid-drag.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 09:09:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Iframe-continues-scrolling-after-mouse-release-when-interacting/m-p/5366922#M65598</guid>
      <dc:creator>LumericVisuals</dc:creator>
      <dc:date>2026-09-15T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Submission process for Certified Connectors</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Submission-process-for-Certified-Connectors/m-p/5366895#M65597</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359258" data-lia-user-login="BreannaNery" class="lia-mention lia-mention-user"&gt;BreannaNery​&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 07:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Submission-process-for-Certified-Connectors/m-p/5366895#M65597</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-15T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RLS on top of FUAM datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-RLS-on-top-of-FUAM-datasets/m-p/5366861#M65596</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1250596" data-lia-user-login="TobNyg" class="lia-mention lia-mention-user"&gt;TobNyg​&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Here the issue is that the local RLS table cannot filter the FUAM tables because the FUAM data is coming from a remote semantic model.&lt;/P&gt;
&lt;P&gt;The recommended solution is to add the user-to-workspace security table and RLS role directly to the FUAM semantic model. If that model cannot be modified, create a new semantic model directly from the underlying FUAM Lakehouse tables, not from the FUAM semantic model.&lt;/P&gt;
&lt;P&gt;Use WorkspaceId&amp;nbsp; rather than WorkspaceName , and apply dynamic RLS:&lt;BR /&gt;[UserPrincipalName] = USERPRINCIPALNAME()&lt;/P&gt;
&lt;P&gt;Also ensure the report users have read-only/Viewer access to the workspace hosting the report because RLS does not apply to workspace Admin, Member, or Contributor roles.&lt;/P&gt;
&lt;P&gt;For reference, follow the below documentation:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-composite-models#working-with-a-composite-model-based-on-a-semantic-model" target="_blank"&gt;Use composite models in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;BR /&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 05:20:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-RLS-on-top-of-FUAM-datasets/m-p/5366861#M65596</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-09-15T05:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric keeps deleting files!!</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-keeps-deleting-files/m-p/5366850#M65595</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1564824" data-lia-user-login="alloowishus" class="lia-mention lia-mention-user"&gt;alloowishus​&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you had an opportunity to review the information provided. Please feel free to reach out if you have any further questions.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 04:44:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-keeps-deleting-files/m-p/5366850#M65595</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-15T04:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any news when Power BI MCP server will be GA?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Any-news-when-Power-BI-MCP-server-will-be-GA/m-p/5366833#M65594</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="575991" data-lia-user-login="Johag" class="lia-mention lia-mention-user"&gt;Johag​&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope the information provided was helpful. Please feel free to reach out if you have any further questions.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 04:02:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Any-news-when-Power-BI-MCP-server-will-be-GA/m-p/5366833#M65594</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-15T04:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Iframe continues scrolling after mouse release when interacting with Power BI visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Iframe-continues-scrolling-after-mouse-release-when-interacting/m-p/5366831#M65593</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1758600" data-lia-user-login="sukhi-cloudy" class="lia-mention lia-mention-user"&gt;sukhi-cloudy​&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 03:57:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Iframe-continues-scrolling-after-mouse-release-when-interacting/m-p/5366831#M65593</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-15T03:57:14Z</dc:date>
    </item>
    <item>
      <title>How to add RLS on top of FUAM datasets</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-RLS-on-top-of-FUAM-datasets/m-p/5366674#M65592</link>
      <description>&lt;P&gt;We are testing the FUAM reports and would like to share some of them with workspace administrators.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To achieve this, we want to implement RLS so that workspace owners can only see data for the workspaces they own.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating a composite model with an RLS security table containing User and WorkspaceName, and created a relationship to the Workspaces table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the filtering does not seem to work properly for the Workspaces table, which is running in DirectQuery mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone implemented RLS for FUAM before, and if so, what approach would you recommend?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 13:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-RLS-on-top-of-FUAM-datasets/m-p/5366674#M65592</guid>
      <dc:creator>TobNyg</dc:creator>
      <dc:date>2026-09-14T13:42:15Z</dc:date>
    </item>
    <item>
      <title>How to automatically export a PBI screenshot for the latest month?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-automatically-export-a-PBI-screenshot-for-the-latest/m-p/5366642#M65591</link>
      <description>&lt;P&gt;I have a Power BI report published in the online service. It automatically refreshes via a schedule.&amp;nbsp;I now want to set up a scheduled process which automatically emails a screenshot of the report to certain people.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can do this by setting up a subscription, but here's the tricky bit: the report has a couple of slicers for year and month. So if I set up a subscription with the slicers set to August 2026, then the screenshots will keep showing August 2026 unless I manually update the slicers.&lt;/P&gt;&lt;P&gt;Is there a way for me to have the slicers automatically update before the screenshot is emailed out?&lt;/P&gt;&lt;P&gt;I have access to Power Automate Desktop if that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 10:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-automatically-export-a-PBI-screenshot-for-the-latest/m-p/5366642#M65591</guid>
      <dc:creator>SRJPBI</dc:creator>
      <dc:date>2026-09-14T10:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to deactivate Power BI Pro Free 60 Day Trial</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-deactivate-Power-BI-Pro-Free-60-Day-Trial/m-p/5366272#M65589</link>
      <description>&lt;P&gt;If this was a Power BI Pro/PPU trial started by the user, it may not appear under Microsoft 365 Admin Center → Active users/Licenses.&lt;/P&gt;&lt;P&gt;Microsoft's current guidance is:&lt;/P&gt;&lt;P&gt;Open Power BI Service.&lt;/P&gt;&lt;P&gt;Click your profile/account manager in the top-right.&lt;/P&gt;&lt;P&gt;Look for Cancel trial.&lt;/P&gt;&lt;P&gt;If Cancel trial is not available, and the trial was started/managed by the organization, a Billing Administrator may need to cancel it. Microsoft also notes that an administrator may need to raise a Microsoft Support ticket for some Power BI license trials.&lt;/P&gt;&lt;P&gt;So in your case, don't focus on Active Users,first check the Power BI profile menu for Cancel trial&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 11:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-deactivate-Power-BI-Pro-Free-60-Day-Trial/m-p/5366272#M65589</guid>
      <dc:creator>DaniyalKhaleel1</dc:creator>
      <dc:date>2026-09-11T11:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to deactivate Power BI Pro Free 60 Day Trial</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-deactivate-Power-BI-Pro-Free-60-Day-Trial/m-p/5366270#M65588</link>
      <description>&lt;P&gt;Thank you this fixed it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 11:12:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-deactivate-Power-BI-Pro-Free-60-Day-Trial/m-p/5366270#M65588</guid>
      <dc:creator>RichTheSnitch38</dc:creator>
      <dc:date>2026-09-11T11:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Execute Queries/RLS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dax-Execute-Queries-RLS/m-p/5366269#M65587</link>
      <description>&lt;P&gt;it's work with CUSTOMDATA()&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 11:06:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dax-Execute-Queries-RLS/m-p/5366269#M65587</guid>
      <dc:creator>marcio_fornari</dc:creator>
      <dc:date>2026-09-11T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded registers blocked unload handler in Microsoft Edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-registers-blocked-unload-handler-in-Microsoft/m-p/5366263#M65586</link>
      <description>&lt;P&gt;This is almost certainly Chromium's ongoing unload event deprecation surfacing in a script you don't control, rather than anything wrong in your embedding code. The warning names the Power BI hosted reportembed script specifically, and Edge/Chrome have been tightening enforcement around unload listeners for a while now as part of the back/forward-cache work — sites still get flagged even when the listener is legitimate.&lt;/P&gt;&lt;P&gt;In practice this is usually just console noise rather than a functional break — the report itself still renders and works, per what you're already seeing. Worth double-checking that nothing real regressed (state not saving on close, telemetry gaps) before spending more time on it, since a console warning alone doesn't tell you whether anything actually stopped working.&lt;/P&gt;&lt;P&gt;Since the listener lives in Microsoft's own script rather than your application code, there's no fix you can apply from the embedding side — you'd only be able to suppress the console noise, not the underlying registration. If it's bothering you beyond cosmetics, the powerbi-client-sdk-typings / JavaScript SDK GitHub repo is the right place to check for an existing issue or file a new one; I don't have visibility into whether Microsoft has already shipped a pagehide/visibilitychange replacement in a recent SDK version, so that's worth confirming directly rather than taking on faith.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 10:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-registers-blocked-unload-handler-in-Microsoft/m-p/5366263#M65586</guid>
      <dc:creator>LumericVisuals</dc:creator>
      <dc:date>2026-09-11T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Any news when Power BI MCP server will be GA?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Any-news-when-Power-BI-MCP-server-will-be-GA/m-p/5366262#M65585</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="575991" data-lia-user-login="Johag" class="lia-mention lia-mention-user"&gt;Johag​&lt;/a&gt;,&lt;BR /&gt;Thank you for clarifying.&lt;/P&gt;
&lt;P&gt;According to the current Microsoft documentation, the remote Power BI MCP server is still in preview. The documentation does not currently specify a timeline or target date for general availability (GA).&lt;/P&gt;
&lt;P&gt;For the latest information on the feature's availability and updates, we recommend following the official Microsoft Learn documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/mcp/remote-mcp-server-get-started" target="_blank"&gt;Get started with the remote Power BI MCP server - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this clarifies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 10:44:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Any-news-when-Power-BI-MCP-server-will-be-GA/m-p/5366262#M65585</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-11T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Execute Queries/RLS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dax-Execute-Queries-RLS/m-p/5366240#M65584</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="197418" data-lia-user-login="marcio_fornari" class="lia-mention lia-mention-user"&gt;marcio_fornari​&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Could you check the suggestion provided above and let us know if you have any additional queries?&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 09:47:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dax-Execute-Queries-RLS/m-p/5366240#M65584</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2026-09-11T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Submission process for Certified Connectors</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Submission-process-for-Certified-Connectors/m-p/5366225#M65583</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="359258" data-lia-user-login="BreannaNery" class="lia-mention lia-mention-user"&gt;BreannaNery​&lt;/a&gt;,&lt;BR /&gt;Thank you for the clarification.&lt;/P&gt;
&lt;P&gt;Based on the current Microsoft documentation, the Partner Center process described for updating certified connectors applies to Microsoft Copilot Studio, Power Automate, Power Apps, and Azure Logic Apps. The documentation does not indicate that the Power BI certified connector update process has moved from the email-based process to Partner Center.&lt;/P&gt;
&lt;P&gt;For Power BI, Microsoft documents that it certifies and distributes a limited set of custom connectors as certified connectors, while the third-party developer maintains and supports the connector.&lt;/P&gt;
&lt;P&gt;Since Autodesk Forma is an existing Power BI certified connector and you submitted the update through the process previously provided by your Microsoft contacts, I recommend checking with your usual Microsoft contact regarding the status of the July 2026 submission and whether there are any updated instructions for Power BI certified connector updates.&lt;/P&gt;
&lt;P&gt;For more details, please refer to the below Official Microsoft Documentation:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-connector-extensibility" target="_blank"&gt;Connector Extensibility in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/connectors/custom-connectors/certification-updates" target="_blank"&gt;Update your certified connector | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this clarifies the distinction between the Power BI certified connector documentation and the Partner Center process described for the other connector platforms.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 09:09:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Submission-process-for-Certified-Connectors/m-p/5366225#M65583</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-11T09:09:58Z</dc:date>
    </item>
    <item>
      <title>How to Configure Scheduled Refresh in Power BI for Data Connected via Zoho People API?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Configure-Scheduled-Refresh-in-Power-BI-for-Data/m-p/5366212#M65582</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have connected Zoho People API data to Power BI using Power Query (API calls), and the data refreshes successfully in Power BI Desktop. However, I am facing challenges when configuring Scheduled Refresh in the Power BI Service.&lt;/P&gt;&lt;P&gt;The main issue is that the Zoho People access token expires every hour. When the token expires, the API calls fail, causing scheduled refreshes to stop working.&lt;/P&gt;&lt;P&gt;I'm looking for advice on the following:&lt;/P&gt;&lt;P&gt;What is the recommended approach for implementing scheduled refresh with Zoho People API in Power BI Service?&lt;/P&gt;&lt;P&gt;How can the access token be refreshed automatically before it expires?&lt;/P&gt;&lt;P&gt;Is it possible to use a refresh token within Power Query or Power BI Service to generate a new access token during each refresh?&lt;/P&gt;&lt;P&gt;Does this scenario require an On-premises Data Gateway, Azure Function, Power Automate, or another middleware solution?&lt;/P&gt;&lt;P&gt;Are there any best practices for handling OAuth 2.0 token expiration when connecting to APIs from Power BI?&lt;/P&gt;&lt;P&gt;Has anyone successfully implemented automated scheduled refresh for Zoho People API data? If so, could you share your architecture or approach?&lt;/P&gt;&lt;P&gt;Current Setup:&lt;/P&gt;&lt;P&gt;Data Source: Zoho People API&lt;/P&gt;&lt;P&gt;Connection Method: Power Query Web/API calls&lt;/P&gt;&lt;P&gt;Authentication: OAuth Access Token&lt;/P&gt;&lt;P&gt;Token Validity: 1 Hour&lt;/P&gt;&lt;P&gt;I would appreciate any guidance, sample implementations, or documentation that explain how to handle token renewal for Zoho People API integrations with Power BI scheduled refresh.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 07:24:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Configure-Scheduled-Refresh-in-Power-BI-for-Data/m-p/5366212#M65582</guid>
      <dc:creator>Agni2171</dc:creator>
      <dc:date>2026-09-11T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric keeps deleting files!!</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-keeps-deleting-files/m-p/5366182#M65581</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1564824" data-lia-user-login="alloowishus" class="lia-mention lia-mention-user"&gt;alloowishus​&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 06:15:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-keeps-deleting-files/m-p/5366182#M65581</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-09-11T06:15:19Z</dc:date>
    </item>
  </channel>
</rss>

