<?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: Client vs Peers metrics using measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/165767#M285</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;@CheenuSi. I managed to get it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took a copy of the data set and used a common table with a many to one connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 16:38:31 GMT</pubDate>
    <dc:creator>AndrewPaul</dc:creator>
    <dc:date>2017-04-27T16:38:31Z</dc:date>
    <item>
      <title>Client vs Peers metrics using measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/98470#M163</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to using DAX and have been working on one large table with data (Table: "Data") which includes a column with company names (Column: "Peers") and a column with their respective headcount numbers (Column: "INC_CNT_JOB").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1 is to summarise the total headcount (sum total) for one specific&amp;nbsp;company versus a selection of peers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The approach I have taken&amp;nbsp;(although probably not the most elegant) is to make a hardcopy of the Peers column and labelled itas "Client" in the PBI Editor.&amp;nbsp;On my dashboard, I have two Slicers: One linked to Client (single selector) and the other linked to the Peers (multiple selector) column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created two measures: ClientCount and PeerCount&amp;nbsp;calculate the sum totals for each aspect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ClientCount = CALCULATE(SUM(Data[INC_CNT_JOB]),ALLEXCEPT(Data,Data[Client]))&lt;/P&gt;&lt;P&gt;PeerCount = CALCULATE(SUM(Data[INC_CNT_JOB]),ALLEXCEPT(Data,Data[Peers]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have switched off the Edit Interactions between the two slicers and the table with these measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find that only one of the two measure sum&amp;nbsp;correctly if I adjust the Edit Interactions and therefore cannot get a summary of the both Client and Peers in the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I have explained this well. Thanks for your help in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Andy&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 00:49:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/98470#M163</guid>
      <dc:creator>AndrewPaul</dc:creator>
      <dc:date>2016-12-07T00:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Client vs Peers metrics using measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/117200#M210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="18021" data-lia-user-login="AndrewPaul" class="lia-mention lia-mention-user"&gt;AndrewPaul&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share data and the output expected on OneDrive and provide the link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CheenuSing&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 05:31:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/117200#M210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T05:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Client vs Peers metrics using measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/165767#M285</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@CheenuSi. I managed to get it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took a copy of the data set and used a common table with a many to one connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:38:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Client-vs-Peers-metrics-using-measures/m-p/165767#M285</guid>
      <dc:creator>AndrewPaul</dc:creator>
      <dc:date>2017-04-27T16:38:31Z</dc:date>
    </item>
  </channel>
</rss>

