Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a query as below
I have po number and BaseNumber columns
If po number is not blank then it's considered as "Po Yes"
If po number is blank and base number for that blank record Po number is having Po issued before then it's "Po No IK"
If it's only blank and base number for that po number is not issued as Po issued before then it's "PO NO"
Below I am pasting example
PO Number | BaseNum | PO Status |
AAA | 123 | PO Yes |
ABB | 243 | PO Yes |
123 | PO No NIK | |
ACC | 563 | PO Yes |
789 | PO NO | |
FCJ | 898 | PO Yes |
898 | PO No IK | |
789 | PO NO |
Po status should be my output
For row 3 PO num is blank but basenumber 123 is issued as Po issued before so it's considered PO NO IK
Please help
thanks
Solved! Go to Solution.
Hi,
try this as a calculated column:
Hi,
try this as a calculated column:
Thanks a lot it helped !!