Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Countif statement in Power BI

I am trying to write a countif equivalent function in a new column in Power BI. I have a column of delivery numbers and I want to return the count of how many times that delivery shows up for every delivery. So delivery 80024112 shows up 4 times, 4 should be returned. Delivery 80030483 shows up 2 times, 2 should be delivered.

 
1 ACCEPTED SOLUTION
speedramps
Community Champion
Community Champion

Create this dax measure

Counter = COUNTROWS(yourtablename)

 

Then in a blank report canvas add a table visual.
Drag the delivery number column and the Counter meaure

speedramps_0-1698876037724.png

Thanks for the clear description of the problem with example data. I wish everyone did that!

Remember we are unpaid volunteers. So please click the thumbs up and the [accept as solution] button to leave kudos. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you ! 

If you quote @speedramps in your next tickets then I will then receive an automatic notification, and will be delighted to help you again.

Please now click the thumbs up and the [accept as solution] button.  Thnak you.

View solution in original post

1 REPLY 1
speedramps
Community Champion
Community Champion

Create this dax measure

Counter = COUNTROWS(yourtablename)

 

Then in a blank report canvas add a table visual.
Drag the delivery number column and the Counter meaure

speedramps_0-1698876037724.png

Thanks for the clear description of the problem with example data. I wish everyone did that!

Remember we are unpaid volunteers. So please click the thumbs up and the [accept as solution] button to leave kudos. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you ! 

If you quote @speedramps in your next tickets then I will then receive an automatic notification, and will be delighted to help you again.

Please now click the thumbs up and the [accept as solution] button.  Thnak you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.