<?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 Need parent name in the Drill-down donuts report at the child level in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/307445#M9051</link>
    <description>&lt;P&gt;I need the parent name at the child level when I drill-down to the child level in drill-down donuts report, so that I can represent it somwhere in my report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion..&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 06:33:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-21T06:33:41Z</dc:date>
    <item>
      <title>Need parent name in the Drill-down donuts report at the child level</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/307445#M9051</link>
      <description>&lt;P&gt;I need the parent name at the child level when I drill-down to the child level in drill-down donuts report, so that I can represent it somwhere in my report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 06:33:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/307445#M9051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need parent name in the Drill-down donuts report at the child level</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/307904#M9068</link>
      <description>&lt;P&gt;Are you talking about &lt;A href="https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380858?src=office" target="_blank"&gt;Drill-down donut chart&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&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;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:32:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/307904#M9068</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-11-21T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need parent name in the Drill-down donuts report at the child level</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308382#M9083</link>
      <description>&lt;P&gt;Yes &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="17823" data-lia-user-login="v-viig" class="lia-mention lia-mention-user"&gt;v-viig&lt;/a&gt;. Drill-down donut chart by Zoomcharts.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:34:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308382#M9083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T05:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need parent name in the Drill-down donuts report at the child level</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308472#M9090</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Yes &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="17823" data-lia-user-login="v-viig" class="lia-mention lia-mention-user"&gt;v-viig&lt;/a&gt;. Drill-down donut chart by Zoomcharts.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Anonymous&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can just create some tricky measures to achive your goal. See my demo on the attached sample.&lt;/P&gt;
&lt;PRE&gt;first Level Parent = IF(ISFILTERED(hr[Department]),MAX(hr[Department]),"To drill down")

second Level Parent = IF(ISFILTERED(hr[Department])&amp;amp;&amp;amp;ISFILTERED(hr[Title])&amp;amp;&amp;amp;HASONEVALUE(hr[Title]),MAX(hr[Title]),"To drill down")&lt;/PRE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 07:36:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308472#M9090</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-22T07:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need parent name in the Drill-down donuts report at the child level</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308747#M9096</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6971" data-lia-user-login="Eric_Zhang" class="lia-mention lia-mention-user"&gt;Eric_Zhang&lt;/a&gt;. It worked for me..&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 11:50:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-parent-name-in-the-Drill-down-donuts-report-at-the-child/m-p/308747#M9096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T11:50:36Z</dc:date>
    </item>
  </channel>
</rss>

