Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi I want to create a column that says if the status column is work in progress or pending then return the word "open" if not then closed ?
Thanks
Solved! Go to Solution.
Hello @dommyw277 ,
try the following but use your table name, column name and field values in the measure:
Column = if('YourTableName'[status] IN {"work in progress", "pending"},"open","closed")
Proud to be a Super User! | |
Hello @dommyw277 ,
try the following but use your table name, column name and field values in the measure:
Column = if('YourTableName'[status] IN {"work in progress", "pending"},"open","closed")
Proud to be a Super User! | |
Amzaing thank you so much 🙂
User | Count |
---|---|
77 | |
70 | |
68 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |