<?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 Stopped Working on Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33515#M983</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/493"&gt;@tomhawley﻿&lt;/a&gt;&amp;nbsp;Have you downloaded the custom viz again? Updates to the Service or Desktop have a tendancy to break things in custom viz's. Then the custom viz is updated, and requires you to go get the latest version. From my understanding they are introducing a sandboxing dev environment for custom viz's so this doesn't happen, but I'd try that first.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2016 13:32:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-05T13:32:08Z</dc:date>
    <item>
      <title>Drilldown Stopped Working on Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33504#M982</link>
      <description>&lt;P&gt;I'm not sure when it started - definitely quite recently - but my custom visual's drilldown has ceased to work on Desktop, Service and Mobile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I recall I&amp;nbsp;didn't have to implement anything specific regarding selection to enable drilldown originally - the code that handled selection would just instigate drilldown when drill&amp;nbsp;mode was turned on.&amp;nbsp;Now though, even with drill&amp;nbsp;mode turned on, clicking or tapping the selection just selects the data point as if drill mode was turned off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like this change might foreshadow&amp;nbsp;the ability to trigger drilldown in other ways, which is something I requested a while back. If so, great, but for now I just need to fix my visual to re-enable the drilldown in the standard way. I will so searching in some of the core visual code&amp;nbsp;if nobody can help, but first, any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 13:04:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33504#M982</guid>
      <dc:creator>tomhawley</dc:creator>
      <dc:date>2016-05-05T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Stopped Working on Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33515#M983</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/493"&gt;@tomhawley﻿&lt;/a&gt;&amp;nbsp;Have you downloaded the custom viz again? Updates to the Service or Desktop have a tendancy to break things in custom viz's. Then the custom viz is updated, and requires you to go get the latest version. From my understanding they are introducing a sandboxing dev environment for custom viz's so this doesn't happen, but I'd try that first.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 13:32:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33515#M983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Stopped Working on Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33863#M991</link>
      <description>&lt;P&gt;@Anonymous﻿&lt;/a&gt;&amp;nbsp;the visual is my own, so there is nothing to re-download. I have overwritten the visual in my .pbix just in case it made a difference, but it didn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you're talking about a different type of sandboxing to the one that recently went live, discussed in another thread, I don't think it's going to have that effect. It's more&amp;nbsp;stopping&amp;nbsp;visual developers poking around in the core functionality of the product. It doesn't mean that the frameworks that get injected into the sandbox can't still change at a moments notice (or without&amp;nbsp;notice).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drill issue i'm experiencing felt&amp;nbsp;more like the above - as if how&amp;nbsp;the service responds to the selection manager's events had changed, but given the absence of anyone else seeing the same, i'll have to go see if I can figure this one out alone whether it's this or something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A nod from MS on whether anything has changed in this area would be very useful, if anyone is watching this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 21:15:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/33863#M991</guid>
      <dc:creator>tomhawley</dc:creator>
      <dc:date>2016-05-06T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Stopped Working on Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/36010#M1107</link>
      <description>&lt;P&gt;If nobody&amp;nbsp;can assist me directly with this can anybody at least suggest some visual code I can use as a reference point? I used to use the FunnelChart, but gradually even the code for that has shifted to&amp;nbsp;undocumented helper libraries that handle areas such as these, e.g. my issue is obviously something to do with SelectionManager.select(), but&amp;nbsp;the SelectionManager class doesn't even make an appearance in FunnelChart.ts, which I think it used to. I'm left trying to find a needle in a haystack.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should&amp;nbsp;it really be necessary to understand every line of code in&amp;nbsp;the custom visuals github to have any chance of building a working visual?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 09:03:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/36010#M1107</guid>
      <dc:creator>tomhawley</dc:creator>
      <dc:date>2016-05-17T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Stopped Working on Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/36862#M1142</link>
      <description>&lt;P&gt;I am having the same problem challenge. &amp;nbsp;I was using the bullet chart as a template but drill down does not work and the title don't display correctly if they are over more than 20 characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand this is early but it would be nice to have a shot at using this technology with some samples that work.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 17:46:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Drilldown-Stopped-Working-on-Custom-Visual/m-p/36862#M1142</guid>
      <dc:creator>jcbowyer</dc:creator>
      <dc:date>2016-05-19T17:46:16Z</dc:date>
    </item>
  </channel>
</rss>

