March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
13 | |
13 |