Forum Discussion
NickProp28
Post Partisan
5 years agoCreate measure and depend on whether it is duplicate
Dear Community, I have data as below JobN TransactionN New Column** J001 T001 J001 J002 T002 Duplicate TransactionN J003 T002 Duplicate TransactionN J004 T003 Duplicate...
- Anonymous5 years ago
Hi NickProp28 ,
Here are the steps you can follow:
1. Create calculated colunm.
New Colunm = IF([JNC]=[TNC],[JobNumber],"Duplicate")2. Result.
You can downloaded PBIX file from here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi NickProp28 ,
Here are the steps you can follow:
1. Create calculated colunm.
New Colunm = IF([JNC]=[TNC],[JobNumber],"Duplicate")2. Result.
You can downloaded PBIX file from here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
NickProp28
Post Partisan
5 years agoDear Anonymous ,
Thanks a lot.