<?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 Return a single value from multiple rows with SOME identical columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3551628#M136633</link>
    <description>&lt;P&gt;Hello, my 1st time posting here.&lt;/P&gt;&lt;P&gt;Can you please help me create a DAX measure to return Qty required from the data table, disregarding the other 2 columns? If those highlighted columns have identical values, they would also have identical "qty required", I only need it to show once in my report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this can be grouped in Power Query, but my data is connected to a live env. Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2023 23:44:00 GMT</pubDate>
    <dc:creator>Anonymous54321</dc:creator>
    <dc:date>2023-11-24T23:44:00Z</dc:date>
    <item>
      <title>Return a single value from multiple rows with SOME identical columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3551628#M136633</link>
      <description>&lt;P&gt;Hello, my 1st time posting here.&lt;/P&gt;&lt;P&gt;Can you please help me create a DAX measure to return Qty required from the data table, disregarding the other 2 columns? If those highlighted columns have identical values, they would also have identical "qty required", I only need it to show once in my report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this can be grouped in Power Query, but my data is connected to a live env. Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 23:44:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3551628#M136633</guid>
      <dc:creator>Anonymous54321</dc:creator>
      <dc:date>2023-11-24T23:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Return a single value from multiple rows with SOME identical columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3551646#M136634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="651611" data-lia-user-login="Anonymous54321" class="lia-mention lia-mention-user"&gt;Anonymous54321&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Below is my table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The following DAX might work for you:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
   SELECTEDVALUE('Table'[Status])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;The final output is shown in the following figure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 01:13:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3551646#M136634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-25T01:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Return a single value from multiple rows with SOME identical columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3554578#M136799</link>
      <description>&lt;P&gt;I appreciate your help, thank you so much. I realized that this is not really my main problem. I'd like to create a measure (Qty pending which is Qty required - received), and I want the result to be based on the output table. I created this measure and it worked, just not sure if its the best to way to write it &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QtyPending= SELECTEDVALUE(Table[qty required])-SELECTEDVALUE(Table[qty received])&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 16:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-a-single-value-from-multiple-rows-with-SOME-identical/m-p/3554578#M136799</guid>
      <dc:creator>Anonymous54321</dc:creator>
      <dc:date>2023-11-27T16:09:20Z</dc:date>
    </item>
  </channel>
</rss>

