Forum Discussion
Kpis modeling - general question
- 6 years ago
If the amount of KPI-target values are few there is no issue with having them as constants in a measure. If anything i would move the "0.8" into a different measure in case that you need to use the target value in other calculations.
Target % = 0.8 TargetValue = [NumOrders]*[Target %]
Hi ,
Thank you for your repli
The goals are preety stable .
I just not sure , that my way is a good enough because it's my firt skpi's project.
I think it's can be simple mesure like:
Target = [NumOrders]*0.8 (for goal)
And
NumTypedOrders = calculate (distinctcount([NumOrders), filter(TimeOrdering = "0-1 days))/[NumOrders] (for excecution)
If the amount of KPI-target values are few there is no issue with having them as constants in a measure. If anything i would move the "0.8" into a different measure in case that you need to use the target value in other calculations.
Target % = 0.8
TargetValue = [NumOrders]*[Target %]
- Ritaf6 years ago
Responsive Resident
Thanks a lot . I will go by this way 🙂