March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |