Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
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:
I would like a measure that would identify the total headcount for a given contractor or project. I've started with this measure :
Hi, @saavedrag12
Please check the following methods.
Measure =
CALCULATE (
MAX ( Table_Headcount[Headcount] ),
FILTER (
ALL ( Table_Headcount ),
[Contractor] = SELECTEDVALUE ( Table_Headcount[Contractor] )
)
)
Is this the output you expect? If not, please tell the result you expect, showing it in pictures.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
The Calculate function does not allow me to utilize the filter function for the second argument.
Hi, @saavedrag12
Is it possible to show a picture of the problem you encountered and the results you expect?
Best Regards
Could you just show your result in excel?
Can you just tell what number you tring to get?
max headcount of contractor of e? 141?
I'm trying to get the total headcount that will then be adjusted when filters are applied to project and contractor.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |