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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello,
Would like to count number of rows with the following conditions
Duration >= 45 AND Percent Complete >= 1% where Tollgate Phase is Blank
Tried the following measure but doesn't seem to work (didn't add condition that tollgate phase should be blank)
Solved! Go to Solution.
Hi @jalaomar , you can create a calculate column:
Hi @jalaomar , you can create a calculate column:
| User | Count |
|---|---|
| 56 | |
| 41 | |
| 38 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 141 | |
| 103 | |
| 63 | |
| 36 | |
| 35 |