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
ryan_mayu
4 years agoSuper User
based on your sample data, maybe I will use LEFT function to create a new Name column and create relationship between Name column in table A and New name column in table B.