Forum Discussion
IF AND statement from one table to another table
- 5 years ago
Hi, Saxon10
I am not sure if I understood your question correctly, but please check the below picture and the sample pbix file's link down below for creating a new column.
Status CC =VAR conditions =MINX (FILTER (Data,Report[A] <= Data[A]&& Report[B] <= Data[B]&& Report[C] <= Data[C]),Data[A] + Data[B] + Data[C])RETURNIF (CALCULATE (MAX ( Data[STATUS] ),FILTER ( data, Data[A] + Data[B] + Data[C] = conditions ))= BLANK (),"X",CALCULATE (MAX ( Data[STATUS] ),FILTER ( data, Data[A] + Data[B] + Data[C] = conditions )))Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, Saxon10
I am not sure if I understood your question correctly, but please check the below picture and the sample pbix file's link down below for creating a new column.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Thank you so much for your reply and can you please explain how it's work and behind the logic. It will help to understand function.