Forum Discussion
Emanuel
Helper I
3 years agoCheck if value exists in another table based on a specific category
I have 2 tables Problem table and Problem workinfo table and I need the following output: Problem table Problem work info table OUTPUT Problem ID Problem ID Type Problem ID D...
- 3 years ago
Hi Emanuel ,
Approve with Anonymous .
Here's a way to achieve it via Measure:
Does it have a "Resolution Communication" work info type? = IF("Resolution Communications" in SELECTCOLUMNS('Problem work info table',"Type",[Type]),"yes","no")Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi
Please follow the below steps.
1. Create a conditional column as a flag.
2. Now duplicate this table.
3. Use group by function
4 Create conditional column
Output:
Best Regards,
Shreya Mukkawar
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.