Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Olya
Contributor II
Contributor II

KPI chart with percentage

Hi all,

How can I make the KPI chart with two KPI's - the first one should be an absolute number and the second KPI should show this number in percentage.  I have used the expression: 

count([Opportunity Line Number])/count(total [Opportunity Line Number])  for the percentage formula

but it shows always 100%, even I do selections in the other charts.

Thanks

Labels (1)
1 Solution

Accepted Solutions
asinha1991
Creator III
Creator III

total outside chart make no sense, maybe you want this?

count([Opportunity Line Number])/count({1}[Opportunity Line Number])

View solution in original post

4 Replies
sugathirajkumar
Creator
Creator

can you provide the sample data

StarinieriG
Partner - Specialist
Partner - Specialist

It's correct that it is always 100 % because if you count a field (with selection or not) without set analysis for example, count total anyway.

Then those two expression are always the same.

asinha1991
Creator III
Creator III

total outside chart make no sense, maybe you want this?

count([Opportunity Line Number])/count({1}[Opportunity Line Number])

Olya
Contributor II
Contributor II
Author

thanks! What is what I needed  🙂