Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
This seems like it should be easy but I'm stumped. All I want to do is count the number of times the Completion rate column has the 0.0% value in it.
Solved! Go to Solution.
Hi @Anonymous
You will need to crate a measure
Measure = CALCULATE(COUNT(Table[Completion rate], KEEPFILTERS([Completion rate] = 0)
Thanks
Joe
If this post helps, then please Accept it as the solution
Hi @Anonymous
You will need to crate a measure
Measure = CALCULATE(COUNT(Table[Completion rate], KEEPFILTERS([Completion rate] = 0)
Thanks
Joe
If this post helps, then please Accept it as the solution
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
17 |
User | Count |
---|---|
37 | |
25 | |
18 | |
17 | |
13 |