cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
marial16
Helper II
Helper II

dispaly visual with average evaluation score per year

Hallo,

 

i would like to create a graph that will display the following data from an evaluation app only for completed evaluations.

the number of employees by employee type that were evaluated above average score. (max 100%)

There is a secondary list for employees with a column called Position (lookup to Positions list)

 

the main list has all the evaluation data columns (uniqueId, employeeName, Score, Year, status)

i am not sure how and which would be the appropriate visual.

Any ideas ?

1 REPLY 1
amitchandak
Super User
Super User

@marial16 , Based on what I got

 

AverageX(Values(Table[uniqueId]), calculate(Sum(Table[Score])) )

 

or

 

AverageX(Values(Table[Year]), calculate(Sum(Table[Score])) )

 

 

or

 

AverageX(Summarize(Table, Table[uniqueId], Table[Year]), calculate(Sum(Table[Score])) )

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors