<?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 Accumulate Month in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Accumulate-Month/m-p/687471#M2142</link>
    <description>&lt;P&gt;I would like to show 3 data group in 3 Card in same 1 page&lt;BR /&gt;Data want to show is Present Month (05) Amt=50, Month April (04) Amt=40 and Month accumulate Jan to March = 10 +20 +30 = 60&lt;BR /&gt;How to show 3 data in same one page report:&lt;BR /&gt;Year&amp;nbsp; &amp;nbsp;Month Amt&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;01&amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;02&amp;nbsp; &amp;nbsp; &amp;nbsp; 20&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;03&amp;nbsp; &amp;nbsp; &amp;nbsp; 30&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;04&amp;nbsp; &amp;nbsp; &amp;nbsp; 40&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;05&amp;nbsp; &amp;nbsp; &amp;nbsp; 50&lt;/P&gt;&lt;P&gt;1.Month May show 50 ,&lt;BR /&gt;2.April show 40 ,&lt;/P&gt;&lt;P&gt;3.Accum Jan-Mar Show 60&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/163504i0814CC614B8BE523/image-size/large?v=v2&amp;amp;px=999" role="button" title="Test.png" alt="Test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all answer.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 10:03:31 GMT</pubDate>
    <dc:creator>PowerBi888</dc:creator>
    <dc:date>2019-05-09T10:03:31Z</dc:date>
    <item>
      <title>Accumulate Month</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Accumulate-Month/m-p/687471#M2142</link>
      <description>&lt;P&gt;I would like to show 3 data group in 3 Card in same 1 page&lt;BR /&gt;Data want to show is Present Month (05) Amt=50, Month April (04) Amt=40 and Month accumulate Jan to March = 10 +20 +30 = 60&lt;BR /&gt;How to show 3 data in same one page report:&lt;BR /&gt;Year&amp;nbsp; &amp;nbsp;Month Amt&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;01&amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;02&amp;nbsp; &amp;nbsp; &amp;nbsp; 20&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;03&amp;nbsp; &amp;nbsp; &amp;nbsp; 30&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;04&amp;nbsp; &amp;nbsp; &amp;nbsp; 40&lt;BR /&gt;2019&amp;nbsp; &amp;nbsp;05&amp;nbsp; &amp;nbsp; &amp;nbsp; 50&lt;/P&gt;&lt;P&gt;1.Month May show 50 ,&lt;BR /&gt;2.April show 40 ,&lt;/P&gt;&lt;P&gt;3.Accum Jan-Mar Show 60&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/163504i0814CC614B8BE523/image-size/large?v=v2&amp;amp;px=999" role="button" title="Test.png" alt="Test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all answer.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 10:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Accumulate-Month/m-p/687471#M2142</guid>
      <dc:creator>PowerBi888</dc:creator>
      <dc:date>2019-05-09T10:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate Month</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Accumulate-Month/m-p/691732#M2157</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose you can use three Table visuals with different filters applied in the "Fields" panel to reach this effect, like in picture below.&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="ThreeTables.PNG" style="width: 656px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/164614i9A12B3CA5ABEAB60/image-size/large?v=v2&amp;amp;px=999" role="button" title="ThreeTables.PNG" alt="ThreeTables.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want to dynamically change filtration, you can create 3 copies of the same dataset for instance and apply Timeline Slicer for each case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 12:55:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Accumulate-Month/m-p/691732#M2157</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-05-15T12:55:30Z</dc:date>
    </item>
  </channel>
</rss>

