Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.