Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
i am trying to change Not confirmed to pending particular valuie. i have created two calcualted column value in the table
Risk Delivers column Measure:
Confirmation Column measure :
Risk Delivers Rule Type Confirmation
Risk Deliveries Lack Not confiremed
Risk Deliveries Lack confiremed
Risk Deliveries Urgent Not confiremed
Risk Deliveries Urgent Not confiremed
Risk Deliveries Purchase Requisition OVR Not confiremed
Risk Deliveries Purchase Requisition OVR Not confiremed
Now i want change Rule Type "Purchase Requisition OVR " confirmation value " Not confiremed " to pending . i am tried with measure below measure
i am not getting the value .
Looking for support . thanks in advance .
Solved! Go to Solution.
@Anonymous , Based on what I got.
A new column
Switch( True() ,
[Rule Type]= "Purchase Requisition OVR " && [confirmation value] = " Not confirmed ", "pending",
[Confirmation]
)
Add other rules as per need
@Anonymous , Based on what I got.
A new column
Switch( True() ,
[Rule Type]= "Purchase Requisition OVR " && [confirmation value] = " Not confirmed ", "pending",
[Confirmation]
)
Add other rules as per need
User | Count |
---|---|
25 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
24 | |
13 | |
12 | |
10 | |
6 |