cancel
Showing results for 
Search instead for 
Did you mean: 

Count()

Former Member
0 Kudos
74

How to count the measure value in table for the value greater than 0.

Count=2

It should count the repetitive value as well.

Also how to take that count in an individual cell to for calculating percentage.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Create a dimension with  formula as

[New]= if [object]>0 then 1 else 0

And then take a sum of that in a separate cell

=  sum([New]) In Report

Regards

Niraj

Answers (1)

Answers (1)

former_member198519
Active Contributor
0 Kudos

Try:

[Count]=Count([Object];All) Where ([Object]>0)

Former Member
0 Kudos

Thanks for the answer!

It does not work mind it the [Object] is a measure objects.

former_member198519
Active Contributor
0 Kudos

What is the result you are getting. Can you give us a screenshot of the same