<?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 How to create a bar plot with overlapping x-axis (overlapping time intervals) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1363708#M25682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a PowerBI visual that looks like (the artificially in Excel created) example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two x-axis: 1 category "success" and "no success" and 1 with different time intervals (last month, last three month, last 6 month, ...) where the data is cumulated.&lt;/P&gt;&lt;P&gt;Since the time intervals are overlapping (the last month is also included in the intervals before (except the first one), the last 3 month are also included in the last 6 and 12 month, and so on...), I do not know how to create such a visualization in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bars give the value whereas the line should be a trend over the results of the different time intervals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The raw data exists in monthly data points and the value is a (PowerBi) measure to calculate the relation (% of "success" have lawyer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 08:30:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-11T08:30:12Z</dc:date>
    <item>
      <title>How to create a bar plot with overlapping x-axis (overlapping time intervals)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1363708#M25682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a PowerBI visual that looks like (the artificially in Excel created) example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two x-axis: 1 category "success" and "no success" and 1 with different time intervals (last month, last three month, last 6 month, ...) where the data is cumulated.&lt;/P&gt;&lt;P&gt;Since the time intervals are overlapping (the last month is also included in the intervals before (except the first one), the last 3 month are also included in the last 6 and 12 month, and so on...), I do not know how to create such a visualization in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bars give the value whereas the line should be a trend over the results of the different time intervals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The raw data exists in monthly data points and the value is a (PowerBi) measure to calculate the relation (% of "success" have lawyer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 08:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1363708#M25682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-11T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bar plot with overlapping x-axis (overlapping time intervals)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1364723#M25683</link>
      <description>&lt;P&gt;show some sample data in usable format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all else fails, create your own custom chart at &lt;A href="https://charts.powerbi.tips" target="_blank"&gt;https://charts.powerbi.tips&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 14:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1364723#M25683</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-09-11T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bar plot with overlapping x-axis (overlapping time intervals)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1367804#M25692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply. The data looks something like the following table (I don't know how to add a table here&amp;nbsp;- without filling every cell by hand):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The percentage of lawyers is calculated by amount_lawyer / amount_all. "success" the binary category and year and month the time reference (which needs to be grouped in overlapping categories).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 06:46:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-create-a-bar-plot-with-overlapping-x-axis-overlapping/m-p/1367804#M25692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-14T06:46:55Z</dc:date>
    </item>
  </channel>
</rss>

