-
1. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Norbert MaijoorJan 23, 2017 4:46 AM (in response to Khalid Baker)
Hi Khalid,
Upfront!, just as a starter Not very sophisticated but find, a very simple, example as reference below and stored attached workbook version 9.3.
At least a "Classification" and "weighted" component should be included. Both component are of course "arbitrary"
e.g.: Classification:
if [KPI1]<=0.1 then 1
elseif [KPI1]<=0.2 then 2
elseif [KPI1]<=0.3 then 3
elseif [KPI1]<=0.4 then 4
elseif [KPI1]<=0.5 then 5
elseif [KPI1]<=0.6 then 6
elseif [KPI1]<=0.7 then 7
elseif [KPI1]<=0.8 then 8
elseif [KPI1]<=0.9 then 9
else 10
END
e.g. Weighted:
[Class KPI1]*0.2 (this component could be made "variable" based on a parameter)
-
Overall KPI.twbx 15.2 KB
-
-
2. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Khalid Baker Jan 23, 2017 5:10 AM (in response to Norbert Maijoor)For some odd reason, I could not open the workbook. There was an error in loading the workbook.
Suppose I have 10 different KPIs with values. Each KPI has a different criteria of what is good vs what is bad.
-
3. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Khalid Baker Jan 23, 2017 5:12 AM (in response to Norbert Maijoor)Also I attached sample workbook with some data. Maybe you can show me on that data
Thanks! Really appreciate it!
-
4. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Norbert MaijoorJan 23, 2017 5:17 AM (in response to Khalid Baker)
HI Khalid,
I provided you a workbook in version 9.3. Receiving your test2 workbook it seams you are on a "lower" version?
Which version are you on?
-
6. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Norbert MaijoorJan 23, 2017 6:09 AM (in response to Khalid Baker)
Hi Khalid,
Find my example attached in workbook version 9.0
I just made the example for 3 kpi's. I assume the "principle" of a possible solution will be clear.
Let me know.
-
KPI verion 9.0.twbx 8.0 KB
-
-
7. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Khalid Baker Jan 23, 2017 11:41 PM (in response to Norbert Maijoor)Hey Norbert;
Cheers mate! Now I would simply need a long nested if function to sort out the data.
Thanks & appreciate the help!
-
8. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Norbert MaijoorJan 23, 2017 11:51 PM (in response to Khalid Baker)
Hi Khalid,
Your are welcome. Thanks for the "awards":)
-
9. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Khalid Baker Jan 24, 2017 12:04 AM (in response to Norbert Maijoor)Hey Norbert;
Quick question: I am trying to have Max & MIN colour coding for the KPIs, How would I do this?
Regards;
Khalid
-
10. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Khalid Baker Jan 24, 2017 12:06 AM (in response to Khalid Baker)//Also I do not want it to shade, but would like the max as a colour and Min as a colour.
-
11. Re: How can create Calculation for Min & Max or Good & Bad for a dimension analyzed at a row base?
Norbert MaijoorJan 24, 2017 12:16 AM (in response to Khalid Baker)
Hi Khalid,
Find updated workbook attached
Drag Measure Overall KPI on color tile on Marks-card
Probable you would like to check the following viz as well so you can format the individual KPI's
-
KPI verion 9.0 updated.twbx 8.1 KB
-