Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi
I've added a new conditional column for ticket status. It is pulling status from other columns,
So if Complaint is Yes it should display Pending Acknowledgement, then if LOA is Sent it should change to Pending Final Response etc etc.
However, if the first condition is met, it's entering that and not updating.
So for example, Complaint is yes so its displaying Pending Acknowledgement however LOA Status has been updated to Sent but it's not updating the colum to Pending Final Response.
The order should be:
If Complaint Yes - Pending Acknowledgment... but if
LOA status Sent - Pending Final Response... but if
FR Status Sent - Pending Portal Update... but if
Overall Status Complated - Closed
If none of those conditions met - display as Pending Initial Review
It's stuck on the first one and updating everything as Pending Acknowledgement and not checking for the others. any suggestions?
Solved! Go to Solution.
Try reversing the order of your conditions.
Hi,
It seems this question could belong in Power Query section if you want to do it with a conditional column?
If you are you doign it with DAX here is one way to do this:
Dax:
Logic explained:
So here I created a similar situation where if certain conditions are met my DAX returns set values (T1 and T2) similarly to your "pending statuses". If these conditions are not met the value returned is
Proud to be a Super User!
Thank you for your reply, Forgive me, I find it hard to follow that. I will review it and see if I can follow the logic. 🙂
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
9 |
User | Count |
---|---|
18 | |
13 | |
12 | |
11 | |
8 |