<?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: Custom Page Nav in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5161126#M65006</link>
    <description>&lt;P&gt;Thanks for this. I would really love from someone from MS to give some input on this. The native bookamark and nav is too complex to use and needs LOTS of manual effort. Since MS has already given the DEV access to viz, I wish they also open this wiring to the DEV too. It is far more easier to solve it progrmatically. Currently the bookmark and nav setup requires changes in multiple places - it's not a single source of truth. A modular, programmatic contract would mean you define it once and everything follows (analogous to modular build).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2026 00:07:31 GMT</pubDate>
    <dc:creator>smpa01</dc:creator>
    <dc:date>2026-04-30T00:07:31Z</dc:date>
    <item>
      <title>Custom Page Nav</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5160478#M65003</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;do you know&lt;/P&gt;&lt;P&gt;Is there a supported API method in IVisualHost (or anywhere in the custom visuals SDK) that allows navigating to a specific report page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like to build my own page navigator but I am having trouble figuring out how to wire the pages that contains bespoke viz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want to use pbi's native page navigator&amp;nbsp;&lt;/P&gt;&lt;P&gt;the reason being, if I have n pages, I need to place and configure the navigator on every single page. That's O(n) maintenance. I prefer to build my own O(1) page nav. But that only works if the API exposes the page wiring.&lt;/P&gt;&lt;P&gt;Has anyone achieved this? Any pointers to docs or examples appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 02:44:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5160478#M65003</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2026-04-29T02:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Page Nav</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5161049#M65005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No - this has been a common request over the years (including from me), as many people want to do the same. But MS unfortunately has no APIs for pages or bookmarks, or plans to add them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 20:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5161049#M65005</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2026-04-29T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Page Nav</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5161126#M65006</link>
      <description>&lt;P&gt;Thanks for this. I would really love from someone from MS to give some input on this. The native bookamark and nav is too complex to use and needs LOTS of manual effort. Since MS has already given the DEV access to viz, I wish they also open this wiring to the DEV too. It is far more easier to solve it progrmatically. Currently the bookmark and nav setup requires changes in multiple places - it's not a single source of truth. A modular, programmatic contract would mean you define it once and everything follows (analogous to modular build).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 00:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5161126#M65006</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2026-04-30T00:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Page Nav</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5176579#M65014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="110" data-end="168"&gt;Thanks for reaching out to the Microsoft Fabric Community.&lt;/P&gt;
&lt;P data-start="170" data-end="426"&gt;At the moment, there isn’t a supported way in the custom visuals SDK to trigger page navigation. The IVisualHost&amp;nbsp;&amp;nbsp;APIs don’t provide a method to switch report pages, so handling navigation across pages from within a custom visual isn’t currently possible.&lt;/P&gt;
&lt;P data-start="428" data-end="570"&gt;You can also refer to the Visual API documentation for more details:&lt;BR data-start="496" data-end="499" /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/visual-api" target="_blank"&gt;Visual API for Power BI Visuals - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="428" data-end="570"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="572" data-end="701"&gt;If this is something you’d like to see improved, it would be worth raising it on the Fabric Ideas forum so it can be reviewed for future consideration:&lt;BR data-start="664" data-end="667" /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas" target="_blank"&gt;Fabric Ideas - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="572" data-end="701"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="572" data-end="701"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 09:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5176579#M65014</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-05-01T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Page Nav</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5177800#M65033</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Just checking if you’ve had a chance to post this on the Fabric Ideas forum.&lt;/P&gt;
&lt;P&gt;There’s already a similar idea you can upvote: &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Custom-visuals-Drill-through-Add-navigateTo-report-page-filter/idi-p/4501926" target="_blank"&gt;[Custom visuals][Drill through] Add navigateTo(rep... - Microsoft Fabric Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Adding your scenario in the comments would also help strengthen the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 04:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Page-Nav/m-p/5177800#M65033</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-05-05T04:52:31Z</dc:date>
    </item>
  </channel>
</rss>

