<?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 Hierarchy Tree with Comparison Bar Visuals in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Hierarchy-Tree-with-Comparison-Bar-Visuals/m-p/2563888#M36554</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a Hierarchial Tree like Visual in Power BI. It will have one slicer with list of Customer CIF's, based upon the slicer selected the values in the Tree should change. My requirement is to show two bar like visual in each tree category for the Customer CIF selected in the slicer&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;one bar should show total amount for that CIF selected in slicer&lt;/LI&gt;&lt;LI&gt;Another bar should show sum of the amount of all other CIF's except the CIF selected in the slicer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tried with Decomposition Tree visual, but it is not accepting more than one measure to show the comparision. Even tried with some custom visuals, but didnt find anything with two bar's, Every visual has one bar + value of the other measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on these would be really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the screenshot of report requirement:&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="vijay3187_1-1654605324902.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728070i23F0951DB53375E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="vijay3187_1-1654605324902.png" alt="vijay3187_1-1654605324902.png" /&gt;&lt;/span&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 12:36:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-07T12:36:44Z</dc:date>
    <item>
      <title>Hierarchy Tree with Comparison Bar Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hierarchy-Tree-with-Comparison-Bar-Visuals/m-p/2563888#M36554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a Hierarchial Tree like Visual in Power BI. It will have one slicer with list of Customer CIF's, based upon the slicer selected the values in the Tree should change. My requirement is to show two bar like visual in each tree category for the Customer CIF selected in the slicer&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;one bar should show total amount for that CIF selected in slicer&lt;/LI&gt;&lt;LI&gt;Another bar should show sum of the amount of all other CIF's except the CIF selected in the slicer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tried with Decomposition Tree visual, but it is not accepting more than one measure to show the comparision. Even tried with some custom visuals, but didnt find anything with two bar's, Every visual has one bar + value of the other measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on these would be really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the screenshot of report requirement:&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="vijay3187_1-1654605324902.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728070i23F0951DB53375E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="vijay3187_1-1654605324902.png" alt="vijay3187_1-1654605324902.png" /&gt;&lt;/span&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 12:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hierarchy-Tree-with-Comparison-Bar-Visuals/m-p/2563888#M36554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Tree with Comparison Bar Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hierarchy-Tree-with-Comparison-Bar-Visuals/m-p/2570235#M36621</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I check the power bi visuals but have not found a visual similar to your excepted results. (&lt;A href="https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA200000863?tab=Overview" target="_self"&gt;hierarchy tree - xViz&lt;/A&gt; maybe help but it is not fully simpler to your requirement)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For this scenario, maybe you can take a look at the custom visuals in the app store or try to use script-based visuals(R, Python) to manually plot these graphs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals" target="_blank" rel="noopener"&gt;Business Apps – Microsoft AppSource&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-r-visuals" target="_blank" rel="noopener"&gt;Create Power BI visuals using R - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-python-visuals" target="_blank" rel="noopener"&gt;Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 01:32:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hierarchy-Tree-with-Comparison-Bar-Visuals/m-p/2570235#M36621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-10T01:32:47Z</dc:date>
    </item>
  </channel>
</rss>

