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
BANA A P
| 0 | 284 | 0.5 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
How can i make a count of the number of BANA where the BANA is 1 when Column A last row > 100
The output of that should count 1 the ( second row since column A was >100 on last row)
Solved! Go to Solution.
Solution:
Hi @BlastS,
Add the following measure to your report:
Count of Failures = CALCULATE(COUNT(Table2[Failure]); Table2[A] > 100)
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsSolution:
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.