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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear All - I need your help in achieving the below requirement:-
Requirement
If the Invoice number starts with “9”
ð NI Receipts (Authentication Response) is “SUCCESS” & NI Receipts (Order Status) is “CLOSE”
Then Match
ð Receipts (Auth Code) = NI Receipts (Capture Code) & Receipts (Cash Amount) = NI Receipts (Refund Amount)
Return “PASS” else “FAIL”
If the Invoice number starts other than “9”
ð NI Receipts (Authentication Response) is “SUCCESS” & NI Receipts (Order Status) is “CLOSE”
Then Match
ð Receipts (Auth Code) = NI Receipts (Capture Code) & Receipts (Cash Amount) = NI Receipts (Capture Amount)
Return “PASS” else “FAIL”
Your data model is not suitable. M:M relationships with bidirectional search will create ambiguities.
Correct your data model.