Forum Discussion
sree13579
1 year agoNew Member
Conditional formatting for power query
I am trying to write a conditional column as below: if([Final Bucket Ids]<>[Initial Bucket Id] && List.ContainsAny([Final Bucket Ids],'440','441','442','443'),1,0) My goal is if the value in Fi...
- 1 year ago
if [Final Bucket Ids]<>[Initial Bucket Id] and List.ContainsAny([Final Bucket Ids], {"440","441","442","443"}) then 1 else 0
Anonymous
1 year agoNot applicable
Hi sree13579,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.
Thank you.
Anonymous
1 year agoNot applicable
Hi sree13579,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.