<?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: Help Needed in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420134#M129462</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495564" data-lia-user-login="Waqas_BIspecs" class="lia-mention lia-mention-user"&gt;Waqas_BIspecs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Status =&lt;BR /&gt;IF (&lt;BR /&gt;"FO-LOAD"&lt;BR /&gt;IN CALCULATETABLE (&lt;BR /&gt;VALUES ( 'Table'[if_tran_code] ),&lt;BR /&gt;ALLEXCEPT ( 'Table', 'Table'[pallet_id_from] )&lt;BR /&gt;),&lt;BR /&gt;"Shipped"&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2023 17:29:54 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-09-07T17:29:54Z</dc:date>
    <item>
      <title>Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420054#M129458</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the below image you can see i have a pallet_id_from column where there are multiple instances appearing against these in if_tran_code column. i was to create another calculated column where i can mark all these instances against the Pallet-_id as "Shipped" if there there is one instance i.e. "FO-LOAD" exists against this column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: This data is coming through Direct Query from SQL.&lt;BR /&gt;&lt;BR /&gt;Required Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 16:13:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420054#M129458</guid>
      <dc:creator>Waqas_BIspecs</dc:creator>
      <dc:date>2023-09-07T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420134#M129462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495564" data-lia-user-login="Waqas_BIspecs" class="lia-mention lia-mention-user"&gt;Waqas_BIspecs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Status =&lt;BR /&gt;IF (&lt;BR /&gt;"FO-LOAD"&lt;BR /&gt;IN CALCULATETABLE (&lt;BR /&gt;VALUES ( 'Table'[if_tran_code] ),&lt;BR /&gt;ALLEXCEPT ( 'Table', 'Table'[pallet_id_from] )&lt;BR /&gt;),&lt;BR /&gt;"Shipped"&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 17:29:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420134#M129462</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-09-07T17:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420171#M129463</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its making everything "shipped"&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 18:16:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420171#M129463</guid>
      <dc:creator>Waqas_BIspecs</dc:creator>
      <dc:date>2023-09-07T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420297#M129469</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495564" data-lia-user-login="Waqas_BIspecs" class="lia-mention lia-mention-user"&gt;Waqas_BIspecs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you are right. The small sample of data was a little misleading. You need to add activity-date to ALLEXCEPT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Status =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"FO-LOAD"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IN CALCULATETABLE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VALUES ( 'Table'[if_tran_code] ),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALLEXCEPT ( 'Table', 'Table'[pallet_id_from], 'Table'[activity-date] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Shipped"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 20:15:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed/m-p/3420297#M129469</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-09-07T20:15:15Z</dc:date>
    </item>
  </channel>
</rss>

