<?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 visual drill down in multiple roles in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393177#M944</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. Maybe you can add it to the list of Quick Wins since this should take just a few minutes for you guys. Will you keep this in a list or how you track it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 11:16:00 GMT</pubDate>
    <dc:creator>alexisc67</dc:creator>
    <dc:date>2018-04-10T11:16:00Z</dc:date>
    <item>
      <title>Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391854#M934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have modified the Flow Map custom visual&amp;nbsp; from Weiweicui to see if I can make aggregations work in a hierarchy, so a user can drill down/up from a location to country, region, etc in the same chart. The flow map build the lines from a source and destination, that is, two roles. I want the users to be able to drill down in using both, so a user can see a flow for example from a Country to a Port, and rill down to see from a Port to Port, or Country to Country, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited the capabilities.json and added the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "drilldown": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "roles": ["Origin", "Dest"]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart now shows a new widget like below and seems to work fine. The only problem is that the labels in the dropdown don’t appear. I expect these to be Origin and &amp;nbsp;Destination, but instead they are ‘undefined’&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 387px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/90041i762905D0BE877F36/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When inspecting the element the label atributes of the select element are undefined. See below:&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="undefined.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/90042i1310B635DB61C1EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="undefined.PNG" alt="undefined.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of where I look into to fix this. I tried finding documentation about this widget but could not find.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 17:20:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391854#M934</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-08T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391594#M935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have modified the Flow Map custom visual&amp;nbsp; from Weiweicui to see if I can make aggregations work in a hierarchy, so a user can drill down/up from a location to country, region, etc in the same chart. The flow map build the lines from a source and destination, that is, two roles. I want the users to be able to drill down in using both, so a user can see a flow for example from a Country to a Port, and rill down to see from a Port to Port, or Country to Country, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited the capabilities.json and added the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "drilldown": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "roles": ["Origin", "Dest"]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart now shows a new widget like below and seems to work fine. The only problem is that the names in the dropdowns don’t appear. I expect these to be Origin and &amp;nbsp;Destination, but instead they are ‘undefined’&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 387px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/89983i7028685E6D274CEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of where I look into to fix this. I tried finding documentation about this widget but could not find.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 11:18:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391594#M935</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-07T11:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391686#M936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the inspected select element. The labels are undefined, but the values are correct, therefore the drill downs work.&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="undefined.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/90000i1B91EAF2B4EE4B50/image-size/large?v=v2&amp;amp;px=999" role="button" title="undefined.PNG" alt="undefined.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 21:12:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/391686#M936</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-07T21:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392146#M938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/54790"&gt;@alexisc67&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like Drill-down by multi columns is not supported by Power BI Custom Visuals API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to specify a single column name instead two columns?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 08:14:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392146#M938</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-04-09T08:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392412#M939</link>
      <description>&lt;P&gt;Hi Ignat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems it is suportted. It is just the labels in the drop down that do not show. The functionality is there. I am able to drill down in the two columns with success. The first one is the origin an the second is the destination.The code seems to be there to support it but with a defect on the labels as you can see in the screenshot above with the select xml element. I don't think this is custom code for the visual, I think this widget is in the core Power BI. Can you check that?&lt;/P&gt;&lt;P&gt;In the screenshot below you can see a function/property $ctrl.canDrillOnMoreThanOneRole()&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="selectelement.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/90165i75E7E00C3CE76FE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="selectelement.PNG" alt="selectelement.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:08:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392412#M939</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-09T13:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392497#M940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also added the same code to the Sankey diagram. See below. The same happens with the labels, but the funcitonality is good, i can drill in Source and Destination. I hope you can find some informaiton about this.&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="sankey.PNG" style="width: 533px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/90181i4C702AAA65142F0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="sankey.PNG" alt="sankey.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 14:19:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/392497#M940</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-09T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393098#M943</link>
      <description>&lt;P&gt;We'll consider this issue in upcoming versions of Power BI Visuals API but we can't share any ETA so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:35:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393098#M943</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-04-10T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393177#M944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. Maybe you can add it to the list of Quick Wins since this should take just a few minutes for you guys. Will you keep this in a list or how you track it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393177#M944</guid>
      <dc:creator>alexisc67</dc:creator>
      <dc:date>2018-04-10T11:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393860#M948</link>
      <description>&lt;P&gt;We've sent this issue to engineering team to consider and address.&lt;/P&gt;
&lt;P&gt;I guess&amp;nbsp;it will take a few months to be fixed since sprint plan is already filled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/393860#M948</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-04-11T07:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/661468#M1974</link>
      <description>&lt;P&gt;Any update on this front?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 22:06:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/661468#M1974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T22:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom visual drill down in multiple roles</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/665282#M2003</link>
      <description>&lt;P&gt;I requested information from engineers.&lt;/P&gt;&lt;P&gt;As soon as they answer I will provide info here.&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;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 10:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-visual-drill-down-in-multiple-roles/m-p/665282#M2003</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-04-09T10:46:44Z</dc:date>
    </item>
  </channel>
</rss>

