Forum Discussion
Anonymous
2 years agoNot applicable
Average based on the Bucket
Hi All I am currently trying to calcualte the measure to achieve the average amount for the buckets that i have catergoried after step 2 below, currently the measures i have created as step 3 has...
Anonymous
2 years agoNot applicable
Hi Anonymous ,
Based on your description and the formula provided, you want to go ahead and create a MEASUREMENT to calculate the average salary for each storage bucket and create a histogram, you can try this formula below, he for the salaries are categorized by group and then the average is calculated within the group.
DPBA =
CALCULATE(
AVERAGE('Table'[Pay]),
ALLEXCEPT('Table', 'Table'[DPB])
)
If this issue is not resolved, you can provide full example data and expected results so we can help you faster. Please hide your sensitive information in advance.
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly