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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 13 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 29 | |
| 26 | |
| 16 | |
| 11 | |
| 10 |