Forum Discussion
Anonymous
4 years agoNot applicable
Consider different conditions for each ID in Power Query
Hi all,
I have a doubt regarding a transformation in Power Query. I´d like to consider different conditions for each ID, for example, only select those IDs that have (as Brand) A and C.1 or C.2
And I´d need to perform this in P. Query not Dax.
| ID | Brand |
| 400 | A |
| 400 | B |
| 400 | C.1 |
| 400 | C.2 |
| 401 | A |
| 401 | C.1 |
| 402 | B |
| 402 | C.2 |
Thanks in advance
1 Reply
- AnonymousNot applicable
Hi Anonymous ,
Please have a try.
Add a conditional column.
Then filter the column.
If I have misunderstood your meaning, please provide more details with your desired output.
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.