Forum Discussion
Ayuda con indicador variable
- 6 years ago
You could set that store that in a variable, and multiple that by the count of selected values. However, an easier way might be a measure like this one:
Avg Monthly % Contribution = Averagex(Values(Table[Month]), [% Contribucion])
This will calculate the % Contribution for each month and give you the average value.
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
You could set that store that in a variable, and multiple that by the count of selected values. However, an easier way might be a measure like this one:
Avg Monthly % Contribution = Averagex(Values(Table[Month]), [% Contribucion])
This will calculate the % Contribution for each month and give you the average value.
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat