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! Learn more
Hi
I am trying to create a measure that count all active contacts with a related active account where account country equals sweden
Solved! Go to Solution.
Hi @Anonymous ,
You will probably end up with something like this.
Calculate (countrows(Table), Column = 1 , Column = "Sweden")
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 @Anonymous ,
Would you share a picture of your model, or a mockup? Are the tables related?
Nathaniel
Proud to be a Super User!
Hi @Anonymous ,
You will probably end up with something like this.
Calculate (countrows(Table), Column = 1 , Column = "Sweden")
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!
Thanks for your answer!
I think this will work. One issue was I had to use ; instad of ,
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 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |