Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stephane_veriss
Partner - Contributor
Partner - Contributor

Max value bar chart

Hello,

I have a bar chart (see below) for which:

- The dimension is G

- The measure is a count (ID_number)

I would like to display in a simple KPI the maximum value of the bar chart (39)


Sceenshot.png

Could you help me writting the formula that will allow me to have the max value of the G dimension ?

Thank you in advance

Stephane

1 Solution

Accepted Solutions
sunny_talwar

Try this

Max(Aggr(Count(ID_number), G))

View solution in original post

2 Replies
sunny_talwar

Try this

Max(Aggr(Count(ID_number), G))
stephane_veriss
Partner - Contributor
Partner - Contributor
Author

perfect thanks