<?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 Sum data based on date range in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/137202#M4719</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im trying to create a column chart which displays the number of tasks per month that have a shipping date relevant to that month.&lt;/P&gt;&lt;P&gt;I have 1 table called tasks. In tasks i have task name and task finish date. I cant get it to sum the values, in pic u can see it puts the months next to each other Also i have specific dates for each finish date, so i have in power bi changed these values to be a month field.. i dont need cumulative i just need to show how many projects have finish dates in that month for specific tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;N&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-03-06_21-29-57.png" style="width: 574px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/31786iF5AF0A5C4FE82262/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-03-06_21-29-57.png" alt="2017-03-06_21-29-57.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 10:56:08 GMT</pubDate>
    <dc:creator>Nikki</dc:creator>
    <dc:date>2017-03-06T10:56:08Z</dc:date>
    <item>
      <title>Sum data based on date range</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/137202#M4719</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im trying to create a column chart which displays the number of tasks per month that have a shipping date relevant to that month.&lt;/P&gt;&lt;P&gt;I have 1 table called tasks. In tasks i have task name and task finish date. I cant get it to sum the values, in pic u can see it puts the months next to each other Also i have specific dates for each finish date, so i have in power bi changed these values to be a month field.. i dont need cumulative i just need to show how many projects have finish dates in that month for specific tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;N&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-03-06_21-29-57.png" style="width: 574px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/31786iF5AF0A5C4FE82262/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-03-06_21-29-57.png" alt="2017-03-06_21-29-57.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 10:56:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/137202#M4719</guid>
      <dc:creator>Nikki</dc:creator>
      <dc:date>2017-03-06T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data based on date range</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/137656#M4739</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/7153"&gt;@Nikki&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Have you tried to create a calculated column based on the specific date and create a column chart based on the shipping month.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;shipping month = DATE(YEAR(Task[ShippingDate]),MONTH(Task[ShippingDate]),1)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 03:27:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/137656#M4739</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-03-07T03:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data based on date range</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/138622#M4777</link>
      <description>&lt;P&gt;thankyou - i was able to add a grouping to the date on x axis- which allowed me to create a bin which i selected per month (voila!!)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 09:45:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/138622#M4777</guid>
      <dc:creator>Nikki</dc:creator>
      <dc:date>2017-03-08T09:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data based on date range</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/138679#M4790</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/7153"&gt;@Nikki&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;So isn't adding a grouping work for you now? If not, could you be more specific? I don't get too much idea from the original post.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 11:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sum-data-based-on-date-range/m-p/138679#M4790</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-03-08T11:03:37Z</dc:date>
    </item>
  </channel>
</rss>

