<?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 Get selected dates from a relative date slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2565514#M73092</link>
    <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I'm trying to get the values of a date slicer using SELECTEDVALUE. Does anyone know how I can go about this especially for relative dates selection (see below).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Essentially i would like to control the selection so for example when a user switches the Year drop down to Day/Week/Month I should get different results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible using dax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your Help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 05:34:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-08T05:34:55Z</dc:date>
    <item>
      <title>Get selected dates from a relative date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2565514#M73092</link>
      <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I'm trying to get the values of a date slicer using SELECTEDVALUE. Does anyone know how I can go about this especially for relative dates selection (see below).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Essentially i would like to control the selection so for example when a user switches the Year drop down to Day/Week/Month I should get different results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible using dax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your Help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 05:34:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2565514#M73092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-08T05:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected dates from a relative date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2573512#M73616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have created a simple sample, please refer to it to see if it helps you.&lt;/P&gt;
&lt;P&gt;Create a measure first.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SELECTEDVALUE('Table'[date])&lt;/LI-CODE&gt;
&lt;P&gt;Measure cannot be displayed separately in the visuals. So we can create a column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = [Measure]&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide your desired output with more details and you sample pbix file without privacy information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 01:41:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2573512#M73616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-13T01:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected dates from a relative date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2590915#M74636</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;is there a way you can select the items on the left side selection box with Last, Next and This? I would like to have my users only view the "This" category and the others to not be seen when you selct that box.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;Marlon&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 03:19:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-selected-dates-from-a-relative-date-slicer/m-p/2590915#M74636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-21T03:19:39Z</dc:date>
    </item>
  </channel>
</rss>

