Forum Discussion
Ritaf
Responsive Resident
6 years agoKpis modeling - general question
Hi all, I am creating my first kpi's dashboard. I have some doubts whith what is the best practice to create it. Specialy my question is about goals and targets. For Example my first KPI relate...
- 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 %]
tex628
Community Champion
6 years agoIf 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 %]
Ritaf
Responsive Resident
6 years agoThanks a lot . I will go by this way 🙂