The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |