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, I need help with a measure. I have following table:
id | value |
1 | true |
1 | false positive |
1 | false |
2 | false positive |
2 | false |
2 | false |
3 | true |
3 | true |
3 | true |
I need to count how many Id's has at least one true in column Value. In my example the answer is 2 (Id 1 = 1 true, Id 2 = 0 true, Id 3 = 3 true). Can anybody help me with this task?
Solved! Go to Solution.