Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为每个部门以及整个大学的学生的表现创建 KPI。
整个大学的平均通过率目标是在一个OLTP表中,每个部门在部门OLTP表中都有自己的平均通过率目标。
对于部门KPI,我可以在目标表达式中使用部门OLTP表中定义的平均通过率目标,因为部门表也是维度表;其中,对于大学 KPI,大学 OLTP 表中的平均通过率目标无法访问(通过维度表),因为大学表不是维度表。在大学KPI目标表达中如何获取大学平均通过率目标?