Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello!
I have two tables that follow this structure:
Table1
ID | Type |
1 | A |
2 | C |
3 | B |
4 | C |
Table2
ID | Type |
1 | A |
1 | B |
2 | B |
2 | A |
3 | C |
I want to create a column in Table1 that will check if the corresponding ID in Table2 has the Type column value in at least one of the corresponding rows and report "Yes" or "No". The expected result would be something like this
Table1
ID | Type | Match |
1 | A | Yes |
2 | C | No |
3 | B | Yes |
4 | C | No |
Solved! Go to Solution.
@Anonymous
why 3B is Yes? should that be NO?
you can try below DAX
Proud to be a Super User!
@Anonymous
why 3B is Yes? should that be NO?
you can try below DAX
Proud to be a Super User!
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
42 | |
39 | |
39 |