<?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: Select a Specific Cell on a Table using Conditional Statement in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2445246#M65600</link>
    <description>&lt;P&gt;Add the TODAY_SELECTOR and SHIFT_SELECTOR to the FILTER.&lt;/P&gt;
&lt;P&gt;At the moment the FILTER creates a table of ALL the COUNT values for the&amp;nbsp; current PO# ( even though it only does that for the rows that meet the conditions in the IF statement)&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 07:56:14 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2022-04-08T07:56:14Z</dc:date>
    <item>
      <title>Select a Specific Cell on a Table using Conditional Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2444941#M65586</link>
      <description>&lt;P&gt;Hello, in the [Count] column, I've wanted to return that value "&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;60&lt;/FONT&gt;&lt;/STRONG&gt;" on the [Latest] column that is unique and dependent on the [PO #] column. Its currently returning the value of the last cell in [Count] column which is "&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;360&lt;/FONT&gt;&lt;/STRONG&gt;"&amp;nbsp;even though I've already used an IF statement that selects "Today" in [TODAY_SELECTOR ] column and "DAY" in [SHIFT SELECTOR] column.&lt;BR /&gt;&lt;BR /&gt;So how do I get the value of&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;60&lt;/STRONG&gt;&lt;/FONT&gt; as it is the Latest Value in the "Today" and "Day Shift" of my data?&lt;BR /&gt;&lt;EM&gt;attached below is the image of my PowerBI.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 05:04:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2444941#M65586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-08T05:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select a Specific Cell on a Table using Conditional Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2445246#M65600</link>
      <description>&lt;P&gt;Add the TODAY_SELECTOR and SHIFT_SELECTOR to the FILTER.&lt;/P&gt;
&lt;P&gt;At the moment the FILTER creates a table of ALL the COUNT values for the&amp;nbsp; current PO# ( even though it only does that for the rows that meet the conditions in the IF statement)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 07:56:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2445246#M65600</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2022-04-08T07:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select a Specific Cell on a Table using Conditional Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2453818#M66132</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace MAXX() with :&lt;/P&gt;
&lt;P&gt;CALCULATE(MAX('Table'[COUNT]),FILTER('Table','Table'[PO #]=EARLIER('Table'[PO #])&amp;amp;&amp;amp;'Table'[SHIFT SELECTOR]="DAY"&amp;amp;&amp;amp;'Table'[TODAY SELECTOR]="TODAY"))&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&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>Wed, 13 Apr 2022 03:45:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-a-Specific-Cell-on-a-Table-using-Conditional-Statement/m-p/2453818#M66132</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2022-04-13T03:45:18Z</dc:date>
    </item>
  </channel>
</rss>

