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
Have a calculation that i need to input to power bi. Any help is greatly appericated.
Excel expression...
=COUNTIFS(Usage[Treatment Variance],"<75%",Usage[Pump is on Mirador and fully operational],"")+COUNTIFS(Usage[Treatment Variance],"<75%",Usage[Pump is on Mirador and fully operational],"No")
Solved! Go to Solution.
Hi,
Yo could try below measure :
Appreciate your Kudos
Hi, (I just saw that @MahyarTF posted and that look like it would work better!)
Anyhow, here is how I started tackling the problem.
I think I would need some sample data in order to get this right.
I think it would look something like:
Counting =
Calculate(COUNTA('Usage'[Treatment Variance]),
FILTER('Usage', 'Usage'[Treatment Variance] < 75% &&
Usage[Pump is on Mirador and fully operational] = "" ||
'Usage'[Treatment Variance] < 75% &&
Usage[Pump is on Mirador and fully operational] = "No")
However, this is just a general concept, I think you could also refer to this: https://community.powerbi.com/t5/Desktop/Calculate-with-OR-AND-NOT-in-filter/m-p/60692
Hi,
Yo could try below measure :
Appreciate your Kudos
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 | |
| 42 |