Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

count value from database

Hello,

I have this table imported from the database:

CountryValue
Germany20
Turkey10
Austria30
Germany10

I want to make a KPI chart that counts countries

Germany = 2


Thank you!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<Country = {'Germany'}>}Country)

View solution in original post

1 Reply
sunny_talwar

May be this

Count({<Country = {'Germany'}>}Country)