This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |