March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 ?
@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])) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
88 | |
73 | |
67 | |
49 |
User | Count |
---|---|
199 | |
141 | |
97 | |
79 | |
68 |