Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am analyzing a dataset where I need to find the rows under a specific column for a particular value.
Like here, in the screenshot given below I want to find number of rows for country = "United States of America" in the entire table.
Please let me know about how to use COUNTROWS function here to get the solution.
Solved! Go to Solution.
Hi @amansin19 ,
Please try this
US # =
CALCULATE (
COUNTROWS ( datatable ),
FILTER ( datatable, datatable[country] = "United States of America" )
)
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!
Hi @amansin19 ,
You are very welcome!
Nathaniel
Proud to be a Super User!
Hi @amansin19 ,
Please try this
US # =
CALCULATE (
COUNTROWS ( datatable ),
FILTER ( datatable, datatable[country] = "United States of America" )
)
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |