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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Luis_Pena
New Member

Measure, filter

Hello, I have the colunm PRODUCTION, and according it I measure the productivity 

 

Productivity ImagesP = DIVIDE(SUM('Boxes4'[PRODUCTION]), SUM('Productivity5'[Time]))

 

but when I apply a filter in the table the column PRODUCTION doesn't update the total value only for the user, it keeps its value for all users, so the productiviy for that especific user is not right.
 
this is the table
Luis_Pena_0-1715304922772.png
And this is the relations
Luis_Pena_1-1715305182565.png

 any help, thank you

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Luis_Pena , Make join between boxes and productivity bidirectional

 

or try like

Productivity ImagesP = DIVIDE(SUMX('Productivity5', related('Boxes4'[PRODUCTION])), SUM('Productivity5'[Time]))

View solution in original post

2 REPLIES 2
Luis_Pena
New Member

@amitchandak thank you, I made a join between boxes and productivity bidirectional and it worked. 👍

amitchandak
Super User
Super User

@Luis_Pena , Make join between boxes and productivity bidirectional

 

or try like

Productivity ImagesP = DIVIDE(SUMX('Productivity5', related('Boxes4'[PRODUCTION])), SUM('Productivity5'[Time]))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.