Forum Discussion
Anonymous
5 years agoNot applicable
Count of countries
Hi guys! I have a table of around 4000 rows. Each row has a country name: I would like to display a diagram, showing the counts of each country. Could you help me, please? Bes...
- 5 years ago
Hi Anonymous
Add a measureCount of countries = COUNT('Table'[Countries])
Fowmy
Super User
5 years agoAnonymous
Insert a table visual and drag and drop the country field twice then select the 2nd country field and select the aggregation as Count
Example:
- Anonymous5 years agoNot applicable
Fowmy thanks. But unfortunately, I don't have options as you have: "don't summarise", "first", "last".... "count"...
I want to make a diagram, not a table
How can I add them?
- aj19735 years ago
Community Champion
Hi Anonymous
Add a measureCount of countries = COUNT('Table'[Countries])