<?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: RE: help me on the below query. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591396#M18011</link>
    <description>Thank you for your help on this issue. When i am seeing the filter data in table (not in Measure) it is showing nothing.May be we have to write the another dax expression if possible. Please provide the solution for this. Thanks, Santhosh. Happy Xmas...</description>
    <pubDate>Wed, 26 Dec 2018 10:14:57 GMT</pubDate>
    <dc:creator>santhoshacc</dc:creator>
    <dc:date>2018-12-26T10:14:57Z</dc:date>
    <item>
      <title>RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591189#M17999</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i am trying to get the count of rows between the date range ,i am using the below&amp;nbsp;equery&amp;nbsp; but i am not getting result.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;YearMax = select the value from the slicer which contains&amp;nbsp;all the years(2001,2002,2003...) (user can select the year value)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthMax = month value(1 to 12)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DayMax =day value(1 t0 31)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;like wise YearMin,month Min.,daymin&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;User can select the dynamically&amp;nbsp;date values&amp;nbsp; by using slicer,based on the values we need to show the result.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please help me on the below query .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Filter2 = CALCULATE(COUNTROWS(TimeSlicer),filter(TimeSlicer,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESBETWEEN(TimeSlicer[Date],date([YearMin],[MonthMin],[MinDay]),date([YearMax],[MonthMAx],[DayMax])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SanthoshACC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Dec 2018 18:22:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591189#M17999</guid>
      <dc:creator>santhoshacc</dc:creator>
      <dc:date>2018-12-25T18:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591288#M18003</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99884"&gt;@santhoshacc&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made one sample for your reference. Just create a measure as below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Filter2 = CALCULATE(COUNTROWS(TimeSlicer),DATESBETWEEN(TimeSlicer[Date],DATE(SELECTEDVALUE(YearMin[Value]),SELECTEDVALUE(MonthMin[Value]),SELECTEDVALUE(DayMin[Value])),DATE(SELECTEDVALUE('Year Max'[Value]),SELECTEDVALUE(MonthMax[Value]),SELECTEDVALUE(DayMax[Value]))))&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/138568iB4412951CA1AC9E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please check the pbix as attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 06:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591288#M18003</guid>
      <dc:creator>v-frfei-msft</dc:creator>
      <dc:date>2018-12-26T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591396#M18011</link>
      <description>Thank you for your help on this issue. When i am seeing the filter data in table (not in Measure) it is showing nothing.May be we have to write the another dax expression if possible. Please provide the solution for this. Thanks, Santhosh. Happy Xmas...</description>
      <pubDate>Wed, 26 Dec 2018 10:14:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591396#M18011</guid>
      <dc:creator>santhoshacc</dc:creator>
      <dc:date>2018-12-26T10:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591699#M18016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99884"&gt;@santhoshacc&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share your sample data and excepted result to me? You can upload your files to onedrive and share the link here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 05:37:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591699#M18016</guid>
      <dc:creator>v-frfei-msft</dc:creator>
      <dc:date>2018-12-27T05:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591861#M18026</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 09:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/591861#M18026</guid>
      <dc:creator>santhoshacc</dc:creator>
      <dc:date>2018-12-27T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/592187#M18035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99884"&gt;@santhoshacc&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share the files again? I cannot see any link in your last post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reagrds,&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 01:26:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/592187#M18035</guid>
      <dc:creator>v-frfei-msft</dc:creator>
      <dc:date>2018-12-28T01:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: RE: help me on the below query.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/596606#M18158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/99884"&gt;@santhoshacc&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that make sense? If so, kindly mark my answer as a solution to close the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Frank&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 06:26:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/RE-help-me-on-the-below-query/m-p/596606#M18158</guid>
      <dc:creator>v-frfei-msft</dc:creator>
      <dc:date>2019-01-08T06:26:23Z</dc:date>
    </item>
  </channel>
</rss>

