Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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%
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |