<?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: slicer, non selected values in range slicer from a between slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204230#M116641</link>
    <description>&lt;P&gt;yeah, that is what its supoosed to do, i tried filtering it out also in the same way, but even if the value &amp;lt; start and &amp;gt;end exists, it is returning blak/null, and calculation is not affected by any other slicer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 05:20:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-25T05:20:16Z</dc:date>
    <item>
      <title>slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202319#M116453</link>
      <description>&lt;P&gt;what is the dax query for all values except the selected range&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to get the value of exp - current which are 2 other measures for the non selected range, 0 to 3(min_hour) and 16 to 23(max_hour) and sum the values for both those non selected ranges&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 07:54:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202319#M116453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-24T07:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202542#M116471</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum outside range =
VAR MinHour =
    MIN ( 'Time'[Hour] )
VAR MaxHour =
    MAX ( 'Time'[Hour] )
VAR ValueMinHour =
    CALCULATE ( [My measure], 'Time'[Hour] &amp;lt; MinHour )
VAR ValueMaxHour =
    CALCULATE ( [My measure], 'Time'[Hour] &amp;gt; MaxHour )
RETURN
    ValueMinHour + ValueMaxHour
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202542#M116471</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-24T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202558#M116476</link>
      <description>&lt;P&gt;It is returning Null...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:46:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202558#M116476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-24T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202570#M116479</link>
      <description>&lt;P&gt;What should it be returning? Are any other slicers or filters affecting the calculation ?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:51:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202570#M116479</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-24T09:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202960#M116516</link>
      <description>&lt;P&gt;it should get the hours from 0 to min, and max to end value 23, and based on that filtered value, I have to caluclate my measure expenditure - current&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:09:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202960#M116516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-24T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202967#M116518</link>
      <description>&lt;P&gt;That's what it is supposed to do. The 'Time'[Hour] column is intended to be the column you are using in the slicer.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:13:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3202967#M116518</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-24T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204230#M116641</link>
      <description>&lt;P&gt;yeah, that is what its supoosed to do, i tried filtering it out also in the same way, but even if the value &amp;lt; start and &amp;gt;end exists, it is returning blak/null, and calculation is not affected by any other slicer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 05:20:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204230#M116641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-25T05:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204566#M116662</link>
      <description>&lt;P&gt;Try creating a temporary table like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Tmp table =
ADDCOLUMNS ( VALUES ( 'Time'[Hour] ), "My Measure", [My Measure] )
&lt;/LI-CODE&gt;
&lt;P&gt;and that should confirm whether&amp;nbsp; the base measure is working or not&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:22:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204566#M116662</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-25T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204607#M116666</link>
      <description>&lt;P&gt;for this, i am getting&amp;nbsp; for every hour in one column, corresponding measure exp - cur&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:43:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204607#M116666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-25T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204610#M116667</link>
      <description>&lt;P&gt;i created a new table of existing and tried filtering out by min val and max val, but it is considering min as 0 and max as 23, that's why its returning blank... it is not taking the slicer min or max when i take it in another measure, but when i put a card and check for minval and maxval it is properly working&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:46:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204610#M116667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-25T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204611#M116668</link>
      <description>&lt;P&gt;Use Performance Analyzer to get the DAX code for the visual which isn't working, and paste it into DAX Studio. That will show you which filters are being applied, and will show whether the slicer is affecting it or not. If it isn't then you need to have a look at Edit Interactions to make sure that the slicer values do get passed across.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:49:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204611#M116668</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-25T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204691#M116671</link>
      <description>&lt;P&gt;I tried that too, it is getting passed to the required charts too...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:24:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204691#M116671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-25T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204699#M116673</link>
      <description>&lt;P&gt;can you share a PBIX with any confidential info removed ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:28:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3204699#M116673</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-25T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3212640#M117211</link>
      <description>&lt;P&gt;I am not in the position to share the file, sorry... the min and max of slicer whenever i use in any calculation is giving&amp;nbsp; 0 and 23(start and end) even if the slicer is changed&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 05:38:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3212640#M117211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-30T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: slicer, non selected values in range slicer from a between slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3215278#M117372</link>
      <description>&lt;P&gt;Are you sure you're doing the MIN / MAX as a measure and not as a calculated column? Measures should definitely be affected by slicers but columns will not be&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 09:18:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/slicer-non-selected-values-in-range-slicer-from-a-between-slicer/m-p/3215278#M117372</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-05-02T09:18:54Z</dc:date>
    </item>
  </channel>
</rss>

