The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"
)