Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
So I am trying to get the average of the top performing workers, I have their performance calculated as a measure but want to get the average of the top ten. How should I go abou this? thank you.
Hi @forrestcrowson,
In this scenario, the TOPN Function (DAX) should work.
If you have problem with creating the measure with TOPN function, please post your table structure, some sample data, and the measure you use in this case.
Regards