Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Syndicate_Admin
Administrator
Administrator

DaX Help

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!!

j0c0wkm_0-1655210469408.png

1 REPLY 1
v-kkf-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

 

Please try ISFILTERED function, like this measure.

 

Total = 
IF (
    ISFILTERED ( 'Table'[Nombre] ),
    [SumValue],
    AVERAGEX ( VALUES ( 'Table'[Nombre] ), [SumValue] )
)

vkkfmsft_0-1655429857095.png

 

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.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.