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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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