The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Solved! Go to Solution.
Created & Resolved = switch( TRUE(),
[Escalation Record Status] IN {"Closed Deescalated","Closed Complete"}
&& [Parent Ticket State] IN {"open","Work In Progress","pending","assigned"},"Resolved",
[Parent Ticket State] IN {"open","Work In Progress","pending","assigned"},"Created",
[Escalation Record Status] IN {"open","Work In Progress"}, "open",
"Created"
)
Created & Resolved = switch( TRUE(),
[Escalation Record Status] IN {"Closed Deescalated","Closed Complete"}
&& [Parent Ticket State] IN {"open","Work In Progress","pending","assigned"},"Resolved",
[Parent Ticket State] IN {"open","Work In Progress","pending","assigned"},"Created",
[Escalation Record Status] IN {"open","Work In Progress"}, "open",
"Created"
)