Forum Discussion
AdWords avg. position calculation
- 9 years ago
Perfect, I created a column using this formula:
WeightedAverage = ([Impressions] * [Avg. position]) / [Impressions]
I also created a measure like this:
mWeightedAverage = (SUM(Sheet2[Impressions]) * AVERAGE(Sheet2[Avg. position])) / SUM(Sheet2[Impressions])
Hey smoupre! Thanks for answering the call!
What sort of data do you need? Here is a screenshot of the table I am trying to plug this as a Mesure:
If you need anything else let me know! More than happy to supply!
Can you post that in text so that I can copy and paste easily into an Enter Data query?
- dyingod9 years ago
Helper I
Hey!
Is this better? I exported some of the data from the table I'm using.
https://docs.google.com/spreadsheets/d/1msWrta5KOl1SsnC5sqIU2yOlBHDAlkr2zOWQ4TQLIvE/edit?usp=sharing
- Greg_Deckler9 years ago
Community Champion
Perfect, I created a column using this formula:
WeightedAverage = ([Impressions] * [Avg. position]) / [Impressions]
I also created a measure like this:
mWeightedAverage = (SUM(Sheet2[Impressions]) * AVERAGE(Sheet2[Avg. position])) / SUM(Sheet2[Impressions])
- dyingod9 years ago
Helper I
Wow! Such a simple solution! Thank you so much for all your help smoupre!! The figures are pretty close to our Excel reports (we're switching from Excel to Power BI). Interesting that instead of a sum, simply switching [Avg. position] to an average does the trick. Neat! Thanks again! :smileyhappy: