Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to calculate the occurrences of all counts.
For example: -
I want to show all the counts that are 1 occurred four times and the count 3 occurred once.
How do i show in pivot chart expression ?
May be you need Aggregation to count them. Would you describe more which illustrates the issue
Count({<OccuredDim = {'1'}>}Measure) //Here, This will all Measure values with only One Point with occured
how do i incorporate above formula into this count(key1) ?
I didn't understand 100% fully. You may describe more
I apply this =count(Key1)and only get count on respective dates. How do i cal calculate the occurrences for ex- 1 occured four times and 3 occured 1 times