Forum Discussion
BYENER
6 years agoHelper V
Divide matrix row value with a fixed value
Hi, Can someone help me with the following issue: I am using a matrix visual and I want to divide the row values with a fixed value (measure). At the moment the measure value is also splitting i...
Mariusz
6 years agoCommunity Champion
Hi BYENER
This should work.
Measure =
CALCULATE(
[Screening Volume],
ALLSELECTED()
)
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
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.