Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Calculate Complex Average calculation with weight from four tables

parameshulthi_0-1594627644960.png     parameshulthi_1-1594627685622.pngparameshulthi_2-1594627713148.png

 
 

Capture.PNG 

Actually understanding the requirement is itself difficult just by reading.

I want to calculate average of scores each branch with weight from subject table for all the titles in Result table like below

Average for each branch =Sum of all (sum of scores for each weight * weight) for each branch/sum of weights for all the titles of that branch

 

For example for branch id 2 it's,

Sum of scores for weight 4 ( subject id 3) is 10 and sum of scores for weight 5 (subject id 4 and 5) is (2+1+2+3)=8

So there are 5 titles in result table for branch id 2

Average score for branch 2 = {(10*4)+(8*5)} / {(4)+(5*4)} = 3.33

 

I know it's little difficult to understand 

 
 

 

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Create two columns Related to TitleScore and Weight in Result table

Weight = Related (Subject [Weight])

TitleScore = Related (Score [score])

Create another column weight * Titlescore as below

Weight * Titlescore = Result [ Weight] * Result [TitleScore]

Create measure as shown below

average scores =Sum(Result[Weight*Titlescore])/Sum(Result[weight])

Use this measure in table with branchname to get average scores of each branch

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Create two columns Related to TitleScore and Weight in Result table

Weight = Related (Subject [Weight])

TitleScore = Related (Score [score])

Create another column weight * Titlescore as below

Weight * Titlescore = Result [ Weight] * Result [TitleScore]

Create measure as shown below

average scores =Sum(Result[Weight*Titlescore])/Sum(Result[weight])

Use this measure in table with branchname to get average scores of each branch

AntrikshSharma
Community Champion
Community Champion

"Sum of scores for weight 4 ( subject id 3) is 10" shouldn't the score be 20?

You can refer to the PBI file at https://drive.google.com/file/d/1Pqa7WJ3Hnfobl9f5BvQfS9cIb5ph7SwH/view?usp=sharing

amitchandak
Super User
Super User

@Anonymous , Can share the same logic along with data in an excel workbook

Anonymous
Not applicable

Sure @amitchandak 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.