<?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: How to create a summary measure across multiple columns? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2585916#M74367</link>
    <description>&lt;P&gt;I'm trying to get the total headcount that will then be adjusted when filters are applied to project and contractor.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2022 14:47:43 GMT</pubDate>
    <dc:creator>saavedrag12</dc:creator>
    <dc:date>2022-06-17T14:47:43Z</dc:date>
    <item>
      <title>How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2584066#M74251</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a dynamic measure that will provide with a total headcount across mutilple fields (columns). Please see image below for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like a measure that would identify the total headcount for a given contractor or project. I've started with this measure :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure_AS_Peak_HC = &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(Table_&lt;/SPAN&gt;&lt;SPAN&gt;Headcount&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Contractor]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Project]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Max HC"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MAX(Table_Headcount[Headcount]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Max HC]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, it's returning the MAX HC of a contractor for a single project rather than giving me a max hc for a contractor across all projects, if that makes sense?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Jun 2022 21:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2584066#M74251</guid>
      <dc:creator>saavedrag12</dc:creator>
      <dc:date>2022-06-16T21:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2584280#M74266</link>
      <description>&lt;P&gt;Can you just tell what number you tring to get?&lt;/P&gt;&lt;P&gt;max headcount of contractor of e? 141?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 01:27:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2584280#M74266</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-06-17T01:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2585916#M74367</link>
      <description>&lt;P&gt;I'm trying to get the total headcount that will then be adjusted when filters are applied to project and contractor.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 14:47:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2585916#M74367</guid>
      <dc:creator>saavedrag12</dc:creator>
      <dc:date>2022-06-17T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2586313#M74388</link>
      <description>&lt;P&gt;Could you just show your result in excel?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 19:22:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2586313#M74388</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-06-17T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2590869#M74633</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="397866" data-lia-user-login="saavedrag12" class="lia-mention lia-mention-user"&gt;saavedrag12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the following methods.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
CALCULATE (
    MAX ( Table_Headcount[Headcount] ),
    FILTER (
        ALL ( Table_Headcount ),
        [Contractor] = SELECTEDVALUE ( Table_Headcount[Contractor] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the output you expect? If not, please tell the result you expect, showing it in pictures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 02:56:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2590869#M74633</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-06-21T02:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2592854#M74739</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;The Calculate function does not allow me to utilize the filter function for the second argument.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 16:43:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2592854#M74739</guid>
      <dc:creator>saavedrag12</dc:creator>
      <dc:date>2022-06-21T16:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary measure across multiple columns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2593589#M74780</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="397866" data-lia-user-login="saavedrag12" class="lia-mention lia-mention-user"&gt;saavedrag12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to show a picture of the problem you encountered and the results you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 02:39:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-summary-measure-across-multiple-columns/m-p/2593589#M74780</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-06-22T02:39:46Z</dc:date>
    </item>
  </channel>
</rss>

