Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I am a n00b here, so bear with me. I have a data set where I am trying to find multiple median values, and then want to find the weighted average of those medians.
Here is a sample data set:
I am trying to find a median of Total for each of the Group A and Group B combos: AC, BC, AD, BD. My Data set has a large number of combos, so I am looking for something dynamic.
Part 2 would be to then take the medians I just found, and perform a weighted average.
Is there a way to do this?
Solved! Go to Solution.
@Anonymous Here is a way you can do this.
Create a new column which combines Group A and Group B
Then create a table that gets the median value per combo group:
Not sure what you mean by weighted average of medians- can you please explain further or post an example of the desired result?
@Anonymous Here is a way you can do this.
Create a new column which combines Group A and Group B
Then create a table that gets the median value per combo group:
Not sure what you mean by weighted average of medians- can you please explain further or post an example of the desired result?
Thank you!!!
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |