Forum Discussion
Divide matrix row value with a fixed value
Mariusz , still the same issue. Maybe it's more clear when I show some screenshots.
The Card visual is the total processed volume in week 52 for origin "NL". This measure is based on the "screening" table. The matrix "category" is based on the "WIP" table. The Measure column have to show the same number as the card visual.
Hi BYENER
This should work.
Measure =
CALCULATE(
[Screening Volume],
ALLSELECTED()
)
Mariusz
If this post helps, then please consider Accepting it as the solution.
- v-lionel-msft6 years agoCommunity Support
Hi BYENER ,
If it is sloved, could you kindly accept it as a solution to close this case?
Best Regards,
Lionel Chen - BYENER6 years agoHelper V
Mariusz one more question, when I select multiple weeks then it are dividing by the total number of the selected weeks. It have to be divide by the total number per week, because the columns in the matrix are split in weeks.
For example: total number of week 52 = 14358 , but it's dividing by 1.353.683 because all weeks are selected.