<?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: HTML Visual Button to Navigate to Another Page with Filter in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5109604#M64578</link>
    <description>&lt;P&gt;Use Embedded Playground or sempy or similar to enumerate the page IDs for your report. Then include the page ID (aka ReportSection) in the button URL.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Feb 2026 15:59:58 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2026-02-21T15:59:58Z</dc:date>
    <item>
      <title>HTML Visual Button to Navigate to Another Page with Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5009644#M64511</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I need some advice. I created an HTML visual for a client exactly the way they wanted, HTML seemed like the best solution. Now I need to make the buttons inside the visual actually work.&lt;/P&gt;&lt;P&gt;I have a list of projects, and next to each project there is a "Details" button that should take the user to another report page and filter that page by the project ID. Everything works fine using Drillthrough, but the client doesn’t want Drillthrough, they want to go to the Details page with a single button click.&lt;/P&gt;&lt;P&gt;I tried adding a link directly to the button so it would navigate to the Details page, but it doesn’t work (it always navigates me to the first page). Manual creation of individual buttons is not an option since there are 600–700 projects. The solution needs to be dynamic.&lt;/P&gt;&lt;P&gt;Does anyone have a potential solution or workaround for this scenario?&lt;/P&gt;&lt;P&gt;Thanks a lot!!!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;P.S.&amp;nbsp;I can’t show the actual design here due to client confidentiality and strict requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HanaOkugic_0-1770911973012.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1326254i7DE852F7F7BC73BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HanaOkugic_0-1770911973012.png" alt="HanaOkugic_0-1770911973012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 16:13:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5009644#M64511</guid>
      <dc:creator>HanaOkugic</dc:creator>
      <dc:date>2026-02-12T16:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Visual Button to Navigate to Another Page with Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5109604#M64578</link>
      <description>&lt;P&gt;Use Embedded Playground or sempy or similar to enumerate the page IDs for your report. Then include the page ID (aka ReportSection) in the button URL.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 15:59:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5109604#M64578</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-02-21T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Visual Button to Navigate to Another Page with Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5110131#M64579</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1452835"&gt;@HanaOkugic&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;Microsoft Power BI&lt;/STRONG&gt;, an HTML/custom visual can’t pass report filter context or navigate to another report page with a dynamic filter. Custom visuals run isolated from the report’s navigation model, so links inside the HTML visual won’t carry the selected Project ID &amp;nbsp;which is why it always opens the report (often the first page).&lt;/P&gt;&lt;P&gt;The supported approach for this scenario is &lt;STRONG&gt;Drillthrough&lt;/STRONG&gt;. Drillthrough is specifically designed to open another page while passing the selected value (for example, Project ID) as a filter.&lt;/P&gt;&lt;P&gt;You can still make it behave like a single-click button:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add &lt;STRONG&gt;Project ID&lt;/STRONG&gt; to the Drillthrough fields on the Details page.&lt;/LI&gt;&lt;LI&gt;Use a &lt;STRONG&gt;Drillthrough button&lt;/STRONG&gt; and style it like your “Details” button.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Microsoft documentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="Drillthrough in Power BI reports: Navigate to detailed insights" href="https://learn.microsoft.com/power-bi/create-reports/desktop-drillthrough" target="_self"&gt;Drillthrough in Power BI reports: Navigate to detailed insights&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A title="Types of filters in Power BI reports" href="https://learn.microsoft.com/power-bi/create-reports/power-bi-report-filter-types" target="_self"&gt;Types of filters in Power BI reports&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Microsoft confirms that drillthrough pages apply filters based on the selected item and pass filters between report pages.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 20:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5110131#M64579</guid>
      <dc:creator>Olufemi7</dc:creator>
      <dc:date>2026-02-22T20:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Visual Button to Navigate to Another Page with Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5120836#M64618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1452835"&gt;@HanaOkugic&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for submitting your question to the Microsoft Fabric Community Forum, and thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/843006"&gt;@Olufemi7&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for offering helpful suggestions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you let us know if the suggested solution resolved your issue?If you still need help, please share more details so we can assist you further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&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>Thu, 26 Feb 2026 11:48:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5120836#M64618</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-02-26T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Visual Button to Navigate to Another Page with Filter</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5124067#M64627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1452835"&gt;@HanaOkugic&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 04:11:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/HTML-Visual-Button-to-Navigate-to-Another-Page-with-Filter/m-p/5124067#M64627</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-03-02T04:11:53Z</dc:date>
    </item>
  </channel>
</rss>

