Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
AndrewPaul
Regular Visitor

Client vs Peers metrics using measures

Hi

 

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").

 

Step 1 is to summarise the total headcount (sum total) for one specific company versus a selection of peers.

 

The approach I have taken (although probably not the most elegant) is to make a hardcopy of the Peers column and labelled itas "Client" in the PBI Editor. On my dashboard, I have two Slicers: One linked to Client (single selector) and the other linked to the Peers (multiple selector) column.

 

I created two measures: ClientCount and PeerCount calculate the sum totals for each aspect:

 

ClientCount = CALCULATE(SUM(Data[INC_CNT_JOB]),ALLEXCEPT(Data,Data[Client]))

PeerCount = CALCULATE(SUM(Data[INC_CNT_JOB]),ALLEXCEPT(Data,Data[Peers]))

 

I have switched off the Edit Interactions between the two slicers and the table with these measures.

 

I find that only one of the two measure sum correctly if I adjust the Edit Interactions and therefore cannot get a summary of the both Client and Peers in the table. 

 

Hope I have explained this well. Thanks for your help in advance!

 

-Andy

2 REPLIES 2
CheenuSing
Community Champion
Community Champion

Hi @AndrewPaul

 

Please share data and the output expected on OneDrive and provide the link

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!

Thanks @CheenuSi. I managed to get it working.

 

I took a copy of the data set and used a common table with a many to one connections.

 

Thanks!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.