NON RÉSOLU Measure
-
Hi,
I would like to create a calculated measure with the following criteria:
Aggregation: Dcount
Dimension: IDCondition: (v)
if(v > 0) {
return true;
} else {
return false;
}The issue is that in the filed "Measure" only the measures from the data source are visible.
Please advice.
-
Hi @madeleine ,
You can only use here measures from the datasource or measure calculated before aggregation.
What you are trying to do here is to count distinct ID line by line where global "Total annuel" is greater than 0.Grégory Biraud
-