<?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: Need Data on basis of specified period from slicer in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1230703#M24801</link>
    <description>&lt;P&gt;Thanks....&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you also help with particular measure either for any of the period week ,day ..else to clculat range starting from selected date in slicer&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 10:22:30 GMT</pubDate>
    <dc:creator>rohanjaiswal</dc:creator>
    <dc:date>2020-07-17T10:22:30Z</dc:date>
    <item>
      <title>Need Data on basis of specified period from slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1208949#M24648</link>
      <description>&lt;P&gt;We have slicer1&amp;nbsp; named 'Period' having values Daily / Two Days/Three Days/Weekly/Fortnighlty/Montly/Half Yearly/Yearly&lt;/P&gt;&lt;P&gt;also we have&amp;nbsp; slicer2 named 'From date' with datetime data type having list of date values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirement:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When we select daily from 'period' slicer and date(say '01/08/2018') from slicer2, Our respective line graph should display data for '01/08/2018' only.&lt;/P&gt;&lt;P&gt;2. When we select Two days from 'period' slicer and date(say '01/08/2018') from slicer2, Our respective line graph should display data for '01/08/2018 and 02/08/2018' only.&lt;/P&gt;&lt;P&gt;3.When we select weekly from 'period' slicer and date(say '01/08/2018') from slicer2, Our respective line graph should display data for '01/08/2018 to 07/08/2018' only.&lt;/P&gt;&lt;P&gt;4.When we select Yearly from 'period' slicer and date(say '01/08/2018') from slicer2, Our respective line graph should display data for '01/08/2018 to 31/07/2019' only.&lt;/P&gt;&lt;P&gt;.......likewise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we achieve this in Power BI desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 11:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1208949#M24648</guid>
      <dc:creator>rohanjaiswal</dc:creator>
      <dc:date>2020-07-08T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Data on basis of specified period from slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1216209#M24693</link>
      <description>&lt;P&gt;Your line values need to come from a measure that you construct based on the slicer selection (which you have hopefully set to single select, otherwise your users will try to select both "daily" and "monthly"&amp;nbsp; and then complain to &lt;STRONG&gt;you&lt;/STRONG&gt; that the result makes no sense)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measure will look like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;line value = switch(selectedvalue(slicer),"Daily",(day measure),"Weekly",(week measure),"Monthly",(month measure),...,Blank())&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 17:27:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1216209#M24693</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-11T17:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Data on basis of specified period from slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1230703#M24801</link>
      <description>&lt;P&gt;Thanks....&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you also help with particular measure either for any of the period week ,day ..else to clculat range starting from selected date in slicer&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:22:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-Data-on-basis-of-specified-period-from-slicer/m-p/1230703#M24801</guid>
      <dc:creator>rohanjaiswal</dc:creator>
      <dc:date>2020-07-17T10:22:30Z</dc:date>
    </item>
  </channel>
</rss>

