<?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: How to pass the slicer values back to table or store as column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936078#M9796</link>
    <description>&lt;P&gt;You should be able to use MIN and MAX or MINX and MAXX to get the from and to dates selected in the slicer.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 19:15:11 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-02-17T19:15:11Z</dc:date>
    <item>
      <title>How to pass the slicer values back to table or store as column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936053#M9790</link>
      <description>&lt;P&gt;Hello All, PowerBi newbie question here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a slicer on a report that contains the dates (To &amp;amp; From) as filters on my report. (The report filters for all relevant data between these dates)&lt;/P&gt;&lt;P&gt;I need to retrieve these days to be able to calculate a production run rate based on the number days that were selected in the slicer&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way i can retrieve these days two dates this from the slicer using a measure or column ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 18:41:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936053#M9790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-17T18:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the slicer values back to table or store as column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936072#M9793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't use a column since calculated columns are calculated when you load data to the model, not when the user selects something in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In DAX measures you can count the number of days by using DISTINCTCOUNT('Table'[Date]).&lt;/P&gt;&lt;P&gt;First selected date: MIN('Table'[Date])&lt;/P&gt;&lt;P&gt;Last selected date: MAX('Table[Date])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:07:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936072#M9793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-17T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass the slicer values back to table or store as column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936078#M9796</link>
      <description>&lt;P&gt;You should be able to use MIN and MAX or MINX and MAXX to get the from and to dates selected in the slicer.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:15:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pass-the-slicer-values-back-to-table-or-store-as-column/m-p/936078#M9796</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-02-17T19:15:11Z</dc:date>
    </item>
  </channel>
</rss>

