Forum Discussion
Static KPI target
- 6 years ago
Thank you all for your help on this topic. The issue had to do with the static goal, the visual was creating a line at .95 for every date, even if the date did not include the values being measured. Changing "goal_target_windows = 0.95" to the measure below fixed the problem.
__goal_target_windows = IF('public fact_asset_vulnerability_finding_date'[__windows_os_goal] > 0.00, 0.95, BLANK()) //0.95Thanks.
Try changing the datatype of the target measure to percentage:
Kind regards
Djerro123
-------------------------------
If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.
Keep those thumbs up coming! 🙂
- tvm_analyst6 years agoFrequent Visitor
Thanks for the quick response. Unfortunately I get the same issue. I played around different datatypes for each of the measures, but nothing changes.
- v-lid-msft6 years agoCommunity Support
Hi JarroVGIT ,
Sorry for that, but we cannot reproduce this issue on Power BI Desktop(December 2019), could you please use "See Data" to verify if the measure calculte the right value? Please don't have any Confidential Information or Real data in your reply.
Best regards,