Forum Discussion
FredWamaa
6 years agoRegular Visitor
KPI Measure
I am trying to create a measure to use in a KPI, the Target goal is 95% . The table has Alarm times which were flagged 1 if they were under 1 minute and 0 if they were over one minute. The KPI will ...
amitchandak
6 years agoSuper User
FredWamaa , the formula seems fine. case share error screenshot
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- FredWamaa6 years agoRegular Visitor
AlarmTime_1 Min Alarm Rate (if time is less than 1 min then goal is met) Alarm Goal KPI KPI 0 87% 95% Target Not met 1 98% 95 % Target goal met 1 97% 95% Target goal met 0 92% 95% Target goal not met 1 98% 95% Target goal met 0 90% 95% Target goal not met The previous DAX created a column flagged as 1 or 0, depending if the time was met. Times flagged as less than 1, meaning goal not met. Am trying to create different column just showing the Alarm goal and use it to calculate a KPI . Thank you