I am trying to create KPIs for performance of students in each department and also across university.
The goal of average pass percentage of whole university is in a OLTP table and each departments have their own goal of average pass percentage in department OLTP table.
For department KPI, I could use the goal of average pass perecentage defined in department OLTP table in goal expression, because departement table is also dimension table; where as for university KPI, the goal of average pass percentage in university OLTP table is not accessible(via dimension table), because university table is not a dimension table. How can I access the goal of average pass percentage of university in goal expression of university KPI?