Forum Discussion
GPetroff
3 years agoRegular Visitor
Matrix visual help
Hi, I am building the matrix visual input Group Status 1 B 2 A 3 C matrix that i got to is (each 1 is a count) Group A B C 1 1 2 1 3 ...
- 3 years ago
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.
GPetroff
3 years agoRegular Visitor
thank you . works great.
one more question if you dont mind.
step 2 that i need to do is to find the difference between columns B and C (result of transposing).