Hi,
I have a measure in powerpivot:
Mix % Measure Avg:=averagex(DISTINCT(Forecast[Product]),Forecast[Mix %Measure])/100
I need to use another distinct measure in this for a column called (Forecast[Submission]).
This would mean the measure takes the average of each individual product as it already does but also for each individual submission period and averages these - can anyone help with how I add this second DISTINCT qualifier to the measure,
Many thanks if you can help!
I have a measure in powerpivot:
Mix % Measure Avg:=averagex(DISTINCT(Forecast[Product]),Forecast[Mix %Measure])/100
I need to use another distinct measure in this for a column called (Forecast[Submission]).
This would mean the measure takes the average of each individual product as it already does but also for each individual submission period and averages these - can anyone help with how I add this second DISTINCT qualifier to the measure,
Many thanks if you can help!