<?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: Filtering Time will select all previous Time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3272286#M121332</link>
    <description>&lt;P&gt;thank you so much solved&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 09:17:23 GMT</pubDate>
    <dc:creator>HRawash1</dc:creator>
    <dc:date>2023-06-07T09:17:23Z</dc:date>
    <item>
      <title>Filtering Time will select all previous Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3271149#M121252</link>
      <description>&lt;P&gt;Hi, I have a question relating to filters. How can I setup a filter that when you select time value it will also select all the previous values in the table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample data table..&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Is there a way to achieve this with a measure or a filter setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 18:38:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3271149#M121252</guid>
      <dc:creator>HRawash1</dc:creator>
      <dc:date>2023-06-06T18:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Time will select all previous Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3271189#M121255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="571743" data-lia-user-login="HRawash1" class="lia-mention lia-mention-user"&gt;HRawash1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you may create a disconnected time table that will be used in the slicer&lt;/P&gt;
&lt;P&gt;TimeTable =&lt;BR /&gt;SELECTCOLUMNS (&lt;BR /&gt;GENERATESERIES ( TIME ( 0, 0, 0 ), TIME ( 23, 45, 0 ), TIME ( 0, 15, 0 ) ),&lt;BR /&gt;"Time", [Value]&lt;BR /&gt;)&lt;BR /&gt;then place the following measure in the filter pane of the table visual, select "is not blank" then apply the filter&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FilterMeasure =&lt;BR /&gt;COUNTROWS ( FILTER ( 'Table', 'Table'[Intervsks] &amp;lt;= MAX ( TimeTable[Time] ) ) )&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3271189#M121255</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-06T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Time will select all previous Time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3272286#M121332</link>
      <description>&lt;P&gt;thank you so much solved&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:17:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-Time-will-select-all-previous-Time/m-p/3272286#M121332</guid>
      <dc:creator>HRawash1</dc:creator>
      <dc:date>2023-06-07T09:17:23Z</dc:date>
    </item>
  </channel>
</rss>

