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! Request now
I currently have an excel report that has multiple countifs for each data integrity check. What would be the best way to recreate this in BI? How would I recreate the countifs ? Measures for each 'Integrity Check'? Sample file attached.
Result of check #1 = 2 jobs meet criteria
Solved! Go to Solution.
@Anonymous
The above formula that i wrote is a measure not a column.
So create a new measure and add the formula
@Anonymous
See a countif formula below:
COUNTIFS =
CALCULATE (
COUNT( Table[ID]),
FILTER (
Table,
Table[Dim1] = "Value_1"
&& Table[Dim2] = "Value_2"
&& Table[Dim3] = "Value_3"
)
)
@themistoklis Can this be done using a measure/calc? Still fairly new to BI and still learning.
@Anonymous
The above formula that i wrote is a measure not a column.
So create a new measure and add the formula
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 44 |