on 2022 Aug 17 6:49 AM
Hi all
we are using standard stories - no application designer.
We are using one time slider on calmonth and tried to get the slected count of month from that slider
for measure calculation. So we found the aggregation part in measures but this option only provides the
the aggregation on the posted values . For example : the slider is set to January 2021 to December 2021, means 12 month selections.
A customer has postings only in month from March to December . So all aggegations provide a count of 10 only. But we would like to use the count of 12 month of the slider in our formulars.
Any option to get that?
Ralf
rphss
I assume you will always want to have Total month count as 12 for your calculation irrespective whether there are values or not.
You can try something like below.
Create a Aggregation measure of type COUNT DIMENSION and set the dimension as Date. in my e.g. Month Count.
Create another Measure of type Restriction and restrict the previously created measure (Month Count) by Date and pass All to it. This will return you 12
Now you can use this Total Months in your further calculation.
Output:
Regards
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
9 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.