Forum Discussion
SimonJacobs
9 years agoHelper I
Calculating Averages when using a Calculate and Filter Measure
Hi, I'm having trouble working with multiple measures that have diffierent filters. I'm trying to build a dynamic dashboard that allows users to select views of data so the filters are controlle...
v-micsh-msft
9 years agoMicrosoft Employee
Hi simon,
Thanks for the posts, and apology for the late response.
Would you please share the Axis value here?
In addition, replace the index formula with the following:
Index := sum(BrandTrackerData[Value]) / average(BrandTrackerData[Value])
Verify if issue insists.
Regards
SimonJacobs
9 years agoHelper I
Thanks for the response Michael. I tried changing the Index formula and the issue was still the same. I'm not sure what you mean by the axis value. Does this help?:
- v-micsh-msft9 years agoMicrosoft Employee
Hi SimonJacobs,
My bad.
I mean the 16-24, 25-34, if possible, would you please share about how "Cut" is calculated?
Regrads
- SimonJacobs9 years agoHelper I
No worries. The cuts aren't calculated the data is already aggregated into the age bands. I've pasted a sample of the data below.