<?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: PBI Data send through HTTP to be filled into Word Template in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5181147#M65072</link>
    <description>&lt;P&gt;Yes i think i got my answer much appreciated&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2026 20:10:48 GMT</pubDate>
    <dc:creator>WonderfulK</dc:creator>
    <dc:date>2026-05-11T20:10:48Z</dc:date>
    <item>
      <title>PBI Data send through HTTP to be filled into Word Template</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5177685#M65032</link>
      <description>&lt;P&gt;I am working on a project.&lt;/P&gt;&lt;P&gt;I have built a dashboard with data that need to be uploaded into a word templatw. Idea is like this , filter the data use quick measures to create json lists , import HTML Visual and feed variables that will contain these json dax queries. These are supposed to be sent to a flow in a power automate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But whenever i try i get 400 auth error and the http url in the trigger "When an HTTP request is made" outputs end point url and not product url.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this doable if yes i would appreciate your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 20:43:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5177685#M65032</guid>
      <dc:creator>WonderfulK</dc:creator>
      <dc:date>2026-05-04T20:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: PBI Data send through HTTP to be filled into Word Template</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5178086#M65036</link>
      <description>&lt;P&gt;Have you considered using the Power Automate visual instead of the HTML visual?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 13:28:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5178086#M65036</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-05-05T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: PBI Data send through HTTP to be filled into Word Template</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5179796#M65047</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1589419"&gt;@WonderfulK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for contacting the Microsoft Fabric community forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue is not related to the DAX or JSON logic, but to platform limitations with Power BI custom visuals. HTML visuals run in a sandboxed and security-restricted environment, which makes direct authenticated HTTP POST requests to Power Automate HTTP triggers unreliable and unsupported.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although the Power Automate HTTP trigger URL contains authentication parameters, browser security restrictions and Power BI’s controlled authentication model can prevent the required headers or signatures from being passed correctly, resulting in HTTP 400/authentication-related errors.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;As recommended by&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;,&amp;nbsp;use the native Power Automate visual within Power BI instead of the HTML visual with an HTTP trigger. This is the supported integration method and automatically handles authentication and report filter context for scenarios such as generating Word documents from Power BI data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some references:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/authentication-api" target="_blank" rel="noopener"&gt;The authentication API in Power BI custom visuals - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-automate-visual" target="_blank" rel="noopener"&gt;Create a Power Automate visual for Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If you have any further questions, feel free to reach out and we'll be glad to assist.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Microsoft Fabric Community Support Team.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 11:17:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5179796#M65047</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-05-08T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: PBI Data send through HTTP to be filled into Word Template</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5180908#M65069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1589419"&gt;@WonderfulK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;I wanted to check if you’ve had a chance to review the information provided. If you have any further questions, please let us know. Has your issue been resolved? If not, please share more details so we can assist you further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 12:42:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5180908#M65069</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-05-11T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: PBI Data send through HTTP to be filled into Word Template</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5181147#M65072</link>
      <description>&lt;P&gt;Yes i think i got my answer much appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 20:10:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PBI-Data-send-through-HTTP-to-be-filled-into-Word-Template/m-p/5181147#M65072</guid>
      <dc:creator>WonderfulK</dc:creator>
      <dc:date>2026-05-11T20:10:48Z</dc:date>
    </item>
  </channel>
</rss>

