Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I am trying to create a visual that has individual metrics, as well as the average of those same metrics by employee type.
As expected, the average measure is showing the average for that individual. What I want to do is to have the static average by "StaffType" in the "BudgetHoursAverage" column, as shown below:
So, I would like to have 31.50 for all individuals who's StaffType is "DIR", etc...
I had created a measure I thought would accomplish this but it is still returning the average by individual:
Solved! Go to Solution.
Hi,
This measure works
Measure = CALCULATE([HoursAverage],ALL(Sheet1[Staff Name]))
Hope this helps.
Hi,
Share the download link of the PBI file.
Hello,
Here is a pbix file that I created which scrubbed the sensitive information: https://pbmares.sharefile.com/d-sb68872bfc427447084f039c4ea66e28e
Hi,
Is this the result you want? Download the PBI file from here.
Hope this helps.
Hello,
Thank you for looking at this. Unfotunately this does not acheive what I was looking for. What I am trying to do is to keep the overall average by Title in the second column in the first table. Here is a screenshot that might clarify:
Any additional help would be great.
Thanks!
Hi,
This measure works
Measure = CALCULATE([HoursAverage],ALL(Sheet1[Staff Name]))
Hope this helps.
That works, thanks!
You are welcome.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 116 | |
| 105 | |
| 41 | |
| 34 | |
| 25 |