Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 19 | |
| 12 | |
| 10 |