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
Try / CALCULATE( [Measure], ALL( table[Category] ) )
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.
- Mariusz6 years agoCommunity Champion
Hi BYENER
How about Try / CALCULATE( [Measure], ALL( your table ) )
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.- BYENER6 years agoHelper V
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.