Forum Discussion
KPI color indicator displayed incorrectly
Hello
Do you know why the collors under "Actual/Plan Status" are displayed incorrectly?
You can find the file hear: Download the file
Thank you for the help
2 Replies
- v-yulgu-msftMicrosoft Employee
Hi ignas,
Is [Actual/Plan Status] a calculated column or measure? The indicator colors are incorrect might be related to the formula. Please test whether below expressions can display expected colors.
Change IF('Key'[Var to Plan %]<=0,red,green) to
IF('Key'[Var to Plan %]=-0.0917,red,green) and IF('Key'[Var to Plan %]<=0,0,1)
By the way, I didn't see relative table view ('Key' and 'Key'[Var to Plan %]) and above visual in the uploaded .pbix file.
Regards,
Yuliana Gu
- ignasAdvocate II
Hey v-yulgu-msft
Thank you for the response.
It is calculated as column because as measure does not allow change Data Category to URL address.
I do not understand what you ask me to change. I changed it and there is nothing positive with it.
Could you please try to enter the formula yourself and see if it works? And if yes could you please share with me?