Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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:
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |