Forum Discussion
power kpi column mapping doesn't work
Maggie,
Yes, that is the same scenario as me. However, I've had 0 in the comparison value fields for 1 week and the KPI status and column mapping was working fine until yesterday.
FYI, I have the latest versions of Power BI desktop and Power KPI.
Hi Toyota
I'm consulting with Product team to confirm whether it is by design or a bug.
I will update if i get any information.
As a temperary solution to let you show the the value with 0, here is workaround.
create a measure
Measure 2 = IF(MAX([comparison value])=0,"0",MAX([comparison value]))
this measure is of Type Text, so don't use this measure to calculate other measures or columns (like [kpi status])
Best Regards
Maggie
- Toyota7 years agoFrequent Visitor
Thanks Maggie, but I think I wasn't clear enough.
The original image I posted is what I see when I'm mapping the columns. After I hit "apply" and "back to report". All of the KPI indicators and comparison values are blank whether the comparison value = 0 or something >0.