<?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: DrillDown in Custom Visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155651#M20</link>
    <description>&lt;P&gt;OK, I solved the first part of the mystery. I started looking into this and I found that &lt;STRONG&gt;capabilities.json&lt;/STRONG&gt; supports&amp;nbsp;a top-level&amp;nbsp;&lt;STRONG&gt;drilldown&lt;/STRONG&gt; property. I experiemented by adding the drilldown property to a custom visual I am writing today.&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="drilldownprop.png" style="width: 493px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36476iECB3C6BB6ECEFE34/image-size/large?v=v2&amp;amp;px=999" role="button" title="drilldownprop.png" alt="drilldownprop.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I added the drilldown property and associated with a specific data role, I add two fields into the well for the &lt;STRONG&gt;myCategory&lt;/STRONG&gt; role and&amp;nbsp;I can see those familiar drilldown buttons showing up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drilldownbuttons.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36479iFE7FF50E609B6B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="drilldownbuttons.png" alt="drilldownbuttons.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's cool is that the drilldown buttons on the left work automatically. However, the button on the right does not work automatically. I suspect that the last part of the mystery is figuring out how the visuals API has you attach your code to an event handler so you can respond to the user drilling down on a D3 shape such as a bar or a bubble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 18:08:27 GMT</pubDate>
    <dc:creator>TedPattison</dc:creator>
    <dc:date>2017-04-07T18:08:27Z</dc:date>
    <item>
      <title>DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155018#M16</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone explain me how drilldown works? How do I use "Click to turn on drilldown" capapbility on drilldown to next level on click of visual element?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 18:26:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155018#M16</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T18:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155520#M17</link>
      <description>&lt;P&gt;The idea of drilldown in a visual such as the Column Chart in centered around the idea of a hierchy. Therefore you need to add a hierarchy to field Axid feild well. You don't have to actually create a heirarchy though. If you add two or more fields from the same table into the Axis well with a parent child relationship (e.g. state&amp;gt;city&amp;gt;zip), you can get drill down working.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 13:24:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155520#M17</guid>
      <dc:creator>TedPattison</dc:creator>
      <dc:date>2017-04-07T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155624#M19</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/2834"&gt;@TedPattison&lt;/a&gt;! Yes I was successful in doing so and visual is workling as expected. Also wanted to understand if API allows us to understand if "Element Drilldown" capability is enabled or disbled? I need to alter my visual based on that.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:09:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155624#M19</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T17:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155651#M20</link>
      <description>&lt;P&gt;OK, I solved the first part of the mystery. I started looking into this and I found that &lt;STRONG&gt;capabilities.json&lt;/STRONG&gt; supports&amp;nbsp;a top-level&amp;nbsp;&lt;STRONG&gt;drilldown&lt;/STRONG&gt; property. I experiemented by adding the drilldown property to a custom visual I am writing today.&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="drilldownprop.png" style="width: 493px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36476iECB3C6BB6ECEFE34/image-size/large?v=v2&amp;amp;px=999" role="button" title="drilldownprop.png" alt="drilldownprop.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I added the drilldown property and associated with a specific data role, I add two fields into the well for the &lt;STRONG&gt;myCategory&lt;/STRONG&gt; role and&amp;nbsp;I can see those familiar drilldown buttons showing up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drilldownbuttons.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/36479iFE7FF50E609B6B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="drilldownbuttons.png" alt="drilldownbuttons.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's cool is that the drilldown buttons on the left work automatically. However, the button on the right does not work automatically. I suspect that the last part of the mystery is figuring out how the visuals API has you attach your code to an event handler so you can respond to the user drilling down on a D3 shape such as a bar or a bubble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 18:08:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/155651#M20</guid>
      <dc:creator>TedPattison</dc:creator>
      <dc:date>2017-04-07T18:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/158969#M24</link>
      <description>&lt;DIV&gt;&amp;nbsp; API 1.6.3 doesn't provide full support of 'drilldown' feature.&lt;/DIV&gt;&lt;DIV&gt;I recommend you to wait until this feature will be fully supported.&lt;/DIV&gt;&lt;DIV&gt;We'll update the documentation and open source code for new version of MekkoChart which uses drilldown.&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:17:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/158969#M24</guid>
      <dc:creator>nikitagrachev</dc:creator>
      <dc:date>2017-04-14T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/177210#M79</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24489"&gt;@nikitagrachev&lt;/a&gt;&amp;nbsp;Any ETA for this?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 12:20:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/177210#M79</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: DrillDown in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/177774#M80</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Drilldown feature is expected to be released this summer.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 06:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/DrillDown-in-Custom-Visual/m-p/177774#M80</guid>
      <dc:creator>nikitagrachev</dc:creator>
      <dc:date>2017-05-18T06:53:11Z</dc:date>
    </item>
  </channel>
</rss>

