<?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: Overlap bars in clustered chart in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4038552#M10163</link>
    <description>&lt;P&gt;Hi there,&lt;BR /&gt;To achieve this in Power BI, you have to use slightly different logic. What you will need is a measure that calculates the difference between the accepted and remaining values rather than use the totals and overlap the columns. You will then use this calculated measure as the new "Remaining" value and put them into a "Stacked Column Chart" together.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, you could upload a sample file and I can try offer another solution.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 05:21:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-12T05:21:47Z</dc:date>
    <item>
      <title>Overlap bars in clustered chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4038189#M10161</link>
      <description>&lt;P&gt;Hi community!&lt;BR /&gt;&lt;BR /&gt;I am trying to create a clustered bar chart that shows the total points vs accepted points for tickets in a bar plot. The dataset has ticket name, accepted points, total points and target date. When I drag and drop accepted and total points in the x-axis and ticket name in the y-axis, I see bars side by side to each other. I understand that's how a clustered bar chart works. But I want to display the bars overlapping one another and add a constant line for target date which should be set to today.&lt;BR /&gt;&lt;BR /&gt;What I have now:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I want: (This plot was generated using Python code and I am trying to achieve this in Power BI&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 00:30:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4038189#M10161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-12T00:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap bars in clustered chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4038552#M10163</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;To achieve this in Power BI, you have to use slightly different logic. What you will need is a measure that calculates the difference between the accepted and remaining values rather than use the totals and overlap the columns. You will then use this calculated measure as the new "Remaining" value and put them into a "Stacked Column Chart" together.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, you could upload a sample file and I can try offer another solution.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 05:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4038552#M10163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-12T05:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap bars in clustered chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4082445#M10269</link>
      <description>&lt;P&gt;Hi! Thank you so much for the response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The logic works. But PowerBI automatically shows the values in % instead of just points. How do I tackle that?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 21:39:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4082445#M10269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-05T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap bars in clustered chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4082555#M10270</link>
      <description>&lt;P&gt;Hey!&amp;nbsp;&lt;BR /&gt;Great to hear it works. Not sure exactly the issue, but it could be that you have selected the "100% Stacked Column Chart" instead of the "Clustered Column Chart". Could you look at the visual selector pane and see if there is another option?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 00:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4082555#M10270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T00:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap bars in clustered chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4086777#M10285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not exact solution but this will help to get a path with some modifcations it can be solved i guess:&amp;nbsp;&lt;A href="https://youtu.be/wDNxTwiPg8k" target="_blank"&gt;https://youtu.be/wDNxTwiPg8k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!&lt;BR /&gt;Check for more intersing solution here:&amp;nbsp;&lt;A class="" href="http://www.youtube.com/@Howtosolveprobem" target="_blank" rel="noopener nofollow noreferrer"&gt;www.youtube.com/@Howtosolveprobem&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 13:08:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Overlap-bars-in-clustered-chart/m-p/4086777#M10285</guid>
      <dc:creator>qqqqqwwwweeerrr</dc:creator>
      <dc:date>2024-08-07T13:08:47Z</dc:date>
    </item>
  </channel>
</rss>

