Forum Discussion
Creating KRI dashboard with thresholds in Power KPI Matrix
You need to use your actual data as a basis for Index calculation and compare it with a threshold.
Let's assume that your actual data value is 0.45% and it is less than your minimal threshold so, you just need to set Index 1 for such value for instance and set up colors and icon in "KPI Indicator" options group and set "Value" option as 1. The similar calculation you need to do for other rows (Index 2 if actual value in boundaries of 0,55-0.75 and so on).
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
On high level I understand what you are saying and I also figured formatting the KPI Indicators the way you explained.
The only prtion I am struggling is to writing the calculation and comparing it with threshold part. Can you give me one or two examples based on the data I provided? I mean writing the calculation part that goes into the cell. We can do one for below and one in the middle like you said.
- v-evelk7 years agoMicrosoft Employee
Ok, to figure out with calculation column based on data from other columns and some constants I suppose you need to use such feature as DAX that is available in Power BI Desktop.
There is a topic where people discussed conditional calculations in DAX for instance.
Unfortunately, DAX is out of our expertise because it is a feature of Desktop, but you can ask questions regarding DAX in the Desktop thread.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]