Forum Discussion

GPetroff's avatar
GPetroff
Regular Visitor
3 years ago
Solved

Matrix visual help

Hi,

 

I am building the matrix visual

input

GroupStatus
1B
2A
3

C

 

matrix that i got to is (each 1 is a count)

GroupABC
1 1 
21  
3  1

 

i need to multiply each count by 80

GroupABC
1 1*80 
21*80  
3  1*80

 

since each column is a transposed row, i dont know how to refer to it. maybe there is an easy way. i.e. calculated A

 

thank you

  • Without context I would say that you just need to create a measure like Measure = COUNTROWS(Status)*80 and put in the "Values" of the Matrix.

4 Replies