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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good.
Greetings to all.
I have a problem with a productivity calculation matrix that basically visualizes how much a worker produces per hour worked/day/week. The measure of the calculation per worker works perfectly but I do not know how to calculate the total productivity of all users since the matrix vertically is totaling them. Basically I have the calculation horizontally but not vertically or the general total.
Help please!!
Hi @Syndicate_Admin ,
Please try ISFILTERED function, like this measure.
Total =
IF (
ISFILTERED ( 'Table'[Nombre] ),
[SumValue],
AVERAGEX ( VALUES ( 'Table'[Nombre] ), [SumValue] )
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |