Forum Discussion
Filippomonti
4 years agoFrequent Visitor
Combining data in rows
Hi all, I have this kind of dataset: Table 1: Name | Number A | 1 B | 2 C | 3 D | 4 table 2: Name | Number Aa | ...
- 4 years ago
Thanks for your reply, I figured out how to solve the problem with a "IF(ISINSCOPE....)) measure
Filippomonti
4 years agoFrequent Visitor
Hi Ryan,
thanks for the reply.
The problem is that i want to keep the 2 tables divided because there are other datas that i didn't include in the previous example (that was a semplified version).
That said, I'm trying to create a measure that helps me visualize the numbers so I can create an index like measure to sort the matrix.
Hope this helps a little bit.