This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Need help with a formula. Looking to countrows of any Status that is equal to 'In Progress' AND the Overdue is equal to 'Yes.' Also I'd like that if the count is blank to show "0" vs. (blank). I've gotten this far: but stuck....with the AND piece
Measure
| Date | Status | OverdueTeamMember? |
| 11/1/2021 | In Progress | Yes |
| 11/2/2021 | In Progress | Yes |
| 11/3/2021 | In Progress | Yes |
| 11/4/2021 | In Progress | No |
| 11/5/2021 | In Progress | No |
| 11/6/2021 | In Progress | No |
| 11/7/2021 | Draft | Yes |
| 11/8/2021 | Draft | Yes |
| 11/9/2021 | Draft | Yes |
| 11/10/2021 | Draft | Yes |
| 11/11/2021 | Draft | Yes |
Your request is not completely clear. Which visual will contain the measure and how?
Measure = CALCULATE(COUNTROWS(ALLSELECTED('Table')),'Table'[Status]="In Progress",'Table'[OverdueTeamMember?]="Yes")+0
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 9 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 19 | |
| 17 | |
| 16 |