Forum Discussion
Anonymous
4 years agoNot applicable
Create New Table With Condition
Hello Power BI heroes, I have a table which contains a log for cases, every case has a unique ID and belongs to a city. Every case has one more or statuses. I want to create a summarized table wh...
- Anonymous4 years ago
Hi Anonymous ,
Please have a try.
Manage the two tables relationship.
Create a measure.
Measure 2 = IF(SELECTEDVALUE('ID'[Status]) in VALUES('Table'[Status]),"Ture","False")Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
4 years agoSuper User
Hi,
Why is the resolution status of ID2 TRUE? Please clarify.
Anonymous
4 years agoNot applicable
Hi Ashish,
Thank you for your response. ID2 is resolved becasue the second entry
| 2 | X1 | T30 |
has met one of the conditions.
Regards, Ziad