<?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: Check selected row against Selected values from Slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725328#M145100</link>
    <description>&lt;P&gt;Hey i created a disconnected interval table called Time_Disconnected but still get same result (1 against each row)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried to use offset function to get same row but didnt work as it kept saying maybe duplicate values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selected Intervals To Show =&lt;/P&gt;&lt;P&gt;VAR SelectedIntervals =ALLSELECTED(Time_Disconnected[Revised_Time])&lt;/P&gt;&lt;P&gt;VAR IntervalValue = MIN(qry_previous_180_days[Revised_Time])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;IF(IntervalValue IN SelectedIntervals,1,0)&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 23:51:16 GMT</pubDate>
    <dc:creator>Mahmed1</dc:creator>
    <dc:date>2024-02-26T23:51:16Z</dc:date>
    <item>
      <title>Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3724665#M145055</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im trying to a put a 1 against each row where the the current row matrix interval = the slected values in the slicer (multiple selection rather than single value is possible)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ive tried the below but get a 1 against each row and not the values selected in the slicer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selected Intervals To Show =&lt;/P&gt;&lt;P&gt;VAR SelectedIntervals =ALLSELECTED(qry_previous_180_days[Revised_Time])&lt;/P&gt;&lt;P&gt;VAR IntervalValue = MIN(qry_previous_180_days[Revised_Time])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;IF(IntervalValue IN SelectedIntervals,1,0)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 17:21:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3724665#M145055</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2024-02-26T17:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725178#M145086</link>
      <description>&lt;P&gt;are these tables connected in the data model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725178#M145086</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-26T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725182#M145087</link>
      <description>&lt;P&gt;Hi yes they are connected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Infact they are coming from same table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so all i wanted to do is if the current row time in the matrix visual (say 08:00) is = to whats selected in the slicer ie (say slicer selected value is 08:00 and 09:00) then put a 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the formula for time is coming from same table&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725182#M145087</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2024-02-26T22:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725185#M145088</link>
      <description>&lt;P&gt;That won't work as they already share the filter context. At a minimum your slicer needs to be fed by a disconnected table.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:17:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725185#M145088</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-26T22:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725188#M145090</link>
      <description>&lt;P&gt; &lt;/P&gt;&lt;P&gt;i dont have access to the file or computer but the result should look like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:18:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725188#M145090</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2024-02-26T22:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725204#M145091</link>
      <description>&lt;P&gt;Oh ok - so how can i reference the time column from this table but keep it disconnected&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i guess then my formula would work right?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:26:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725204#M145091</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2024-02-26T22:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Check selected row against Selected values from Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725328#M145100</link>
      <description>&lt;P&gt;Hey i created a disconnected interval table called Time_Disconnected but still get same result (1 against each row)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried to use offset function to get same row but didnt work as it kept saying maybe duplicate values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selected Intervals To Show =&lt;/P&gt;&lt;P&gt;VAR SelectedIntervals =ALLSELECTED(Time_Disconnected[Revised_Time])&lt;/P&gt;&lt;P&gt;VAR IntervalValue = MIN(qry_previous_180_days[Revised_Time])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;IF(IntervalValue IN SelectedIntervals,1,0)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 23:51:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Check-selected-row-against-Selected-values-from-Slicer/m-p/3725328#M145100</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2024-02-26T23:51:16Z</dc:date>
    </item>
  </channel>
</rss>

