Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Measure for KPI

I have a requirement where i need to show the value of Target when all SU is selected and then filter the target value by SU.

that is for january if all SU is selected then the target should be 94.40% and when AAO is selected it should show 94.30 and so on.

Please find the attached table,


A help is needed ,Do i need to create a measure or column?

5 Replies

  • Anonymous not sure what you mean when all SU selected then filter the target by SU, can you elaborate?

    • Anonymous's avatar
      Anonymous
      Not applicable
      I am sorry it's SBU not SU
  • Anonymous ,

    Not sure, to you need Avg Target Try

    averagex(allselected(Table),Sum(Table[Target]))