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.
I have created a measure if compliance is 100%.
Which is not part of the table.
Depending on the filters (months week empmid) , i need to count all that is 100%
Solved! Go to Solution.
Hi @msarao, create the two measures below, try them out, and let me know if there are any issues.
Compliance Measure = IF(SUM('ComplianceTable'[ComplianceValue]) = 100, 1, 0)
Count of 100% Compliance =
CALCULATE(
COUNTROWS('ComplianceTable'),
'ComplianceTable'[Compliance Measure] = 1
)
Did I answer your question? If so, please mark my post as the solution!✔️
Your Kudos are much appreciated! Proud to be a Responsive Resident!
Error - A function "Placeholder" has veen used in a teue/false exception that is used as a table filter expression.
I just want a count of 100%
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |