Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone!
I want to make a checklist in my Power BI dashboard. I have got column called status in my data. I want to sort it in another column by "True" and "False".
I wrote code:
Solved! Go to Solution.
try
'SQA list 2022'[Status] IN { "Completed", "Waived", "Cancelled", "Missed" }
that will return true if the status is one of those values, false otherwise
Thank you!
try
'SQA list 2022'[Status] IN { "Completed", "Waived", "Cancelled", "Missed" }
that will return true if the status is one of those values, false otherwise
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |