The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
Solved! Go to Solution.
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
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.
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
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.
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
13 | |
10 | |
10 | |
9 |