zapppsr
Board Regular
- Joined
- Aug 19, 2010
- Messages
- 189
Hi.
I have some data that is organized like this:
Group 1 - Jan - Type 1 = 100
Group 1 - Feb - Type 1 = 100
Group 1 - Jan - Type 2 = 10
Group 1 - Feb Type 2 = 10
The Average of Type 1, is 100. The Average of Type 2, is 10. The Average of all, regardless type, is 55.
Now, if I sum the data by group, I will have 110 in Jan and 110 in Feb, which gives me the Average of 110 for the sum of the group.
I have this measure in Power Bi: MetaM = AVERAGE('Produção Fisica'[Total Meta]). This results in 55, because it is calculating the average of the items in Group 1.
[Total Meta] is calculated on the type level.
I want a measure that gives me 110, which is the average of the sum of the items in the group.
Can it be done?
I have some data that is organized like this:
Group 1 - Jan - Type 1 = 100
Group 1 - Feb - Type 1 = 100
Group 1 - Jan - Type 2 = 10
Group 1 - Feb Type 2 = 10
The Average of Type 1, is 100. The Average of Type 2, is 10. The Average of all, regardless type, is 55.
Now, if I sum the data by group, I will have 110 in Jan and 110 in Feb, which gives me the Average of 110 for the sum of the group.
I have this measure in Power Bi: MetaM = AVERAGE('Produção Fisica'[Total Meta]). This results in 55, because it is calculating the average of the items in Group 1.
[Total Meta] is calculated on the type level.
I want a measure that gives me 110, which is the average of the sum of the items in the group.
Can it be done?