Forum Discussion
sohailstsindia
7 years agoHelper I
filtering data from same table with different column
ProjTrans RefTrans OrigTrans AMOUNT 208428 6 295865 208428 -6 295866 208428 208428 6 295869 8 Any body help me to transform the data below. ProjT...
v-frfei-msft
7 years agoCommunity Support
Hi sohailstsindia ,
Actually I cannot understand your logic here totally. Coul you please share more details about that?
Here I create two calculated columns to work part of that.
RefTrans1 = IF(Table1[ProjTrans] in VALUES(Table1[RefTrans]),"Yes","No")
origtrans1 = IF(Table1[ProjTrans] in VALUES(Table1[OrigTrans]),"Yes","No")
Also please find the pbix as attached.
Regards,
Frank