<?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 Adding Custom Menu Items to a Custom Visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/155600#M18</link>
    <description>&lt;P&gt;There are several out-of-the-box PBI visuals that offer commands in the upper right context menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VizCustomMenu.png" style="width: 476px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36465iBCD9281DBD8E84B6/image-dimensions/476x192?v=v2" width="476" height="192" role="button" title="VizCustomMenu.png" alt="VizCustomMenu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the new develop model for custom visuals provide a way to add custom meni items in this same fashion?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 16:09:22 GMT</pubDate>
    <dc:creator>TedPattison</dc:creator>
    <dc:date>2017-04-07T16:09:22Z</dc:date>
    <item>
      <title>Adding Custom Menu Items to a Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/155600#M18</link>
      <description>&lt;P&gt;There are several out-of-the-box PBI visuals that offer commands in the upper right context menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VizCustomMenu.png" style="width: 476px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36465iBCD9281DBD8E84B6/image-dimensions/476x192?v=v2" width="476" height="192" role="button" title="VizCustomMenu.png" alt="VizCustomMenu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the new develop model for custom visuals provide a way to add custom meni items in this same fashion?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:09:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/155600#M18</guid>
      <dc:creator>TedPattison</dc:creator>
      <dc:date>2017-04-07T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom Menu Items to a Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/159108#M29</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/2834"&gt;@TedPattison&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You're able to include the following items:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sorting (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/capabilities.json#L415" target="_blank"&gt;example&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Search (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/capabilities.json#L158" target="_blank"&gt;example&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There's no API to include your own items unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ignat Vilesov&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 12:53:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/159108#M29</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-04-14T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom Menu Items to a Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/1178358#M3251</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/2834"&gt;@TedPattison&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You're able to include the following items:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sorting (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/capabilities.json#L415" target="_blank" rel="noopener"&gt;example&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Search (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/capabilities.json#L158" target="_blank" rel="noopener"&gt;example&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There's no API to include your own items unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ignat Vilesov&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank" rel="noopener"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Any updates on adding fields in Option Menu&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 06:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Custom-Menu-Items-to-a-Custom-Visual/m-p/1178358#M3251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-24T06:38:47Z</dc:date>
    </item>
  </channel>
</rss>

