Ive seen Sams videos on this topic however i cant seem to get this to work.
I want to get the average of all these % in the column no matter what i do i always return the incorrect total.
I wrote the measure out as Sam suggested by doing a AverageX and Summarize values then average all the row results but i still get 40% when the correct result should be 92.5%
Average Main KPI FIX =
AVERAGEX(
SUMMARIZE(VALUES('Head Count'[Employee Number] ),
"toAverage", [Average Shift Completion %] ),
[Average Shift Completion %])
Also tried this
Average Main KPI FIX =
AVERAGEX(
SUMMARIZE(VALUES('SAP SQ00 Confirmations'[Employee Number] ),
"toAverage", [Average Shift Completion %] ),
[toAverage])
If you could show me where im going wrong that would be magic
Hi @Krays23. For future reference, you can easily sanitize a real dataset or create a sample dataset before posting a question to the forum; it really helps the forum members to visualize your issue and desired outcome. @BrianJ has a wonderful YouTube video on anonymizing data in a Power BI file: https://www.youtube.com/watch?v=VmWD7Ayw_NI
Greg