Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I have a column that contains various rows of different text, some of the rows say "Overdue" some say "Not due" some are blank.
How do I create a DAX formula to count all the Overdue rows?
Sorry totally new to this.
TIA Emily.
Solved! Go to Solution.
Count = CALCULATE(Countrows(Table),Table[Column]="Overdue")
Hi @EmilyM2019 ,
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
Count = CALCULATE(Countrows(Table),Table[Column]="Overdue")
Hi @EmilyM2019 ,
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
I am a new user of Power Bi and you are a star to solve my issue of not having countif in Power BI.
What about to count "overdue" and "not due" both?
Hi @Anonymous ,
Please try this:
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Count = CALCULATE(Countrows(overdue),overdue[Column1]="Overdue" || overdue[Column1]= "Not overdue")
Proud to be a Super User!
Awesome, thanks so much.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |