Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 ,
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |