Forum Discussion
Best KPI visual for target comparison
- 7 years ago
Hi Anonymous
i can get another KPI visual, please see if it satisfies you much more.
Create measures
card_goal = "Goal: "&"kr"&"."&[Measure-budget ytd]&"("&FORMAT([percentage],"0.0%")&")" card_diff = "Difference: "&ABS([difference])&IF([difference]<0,"-")&"kr"Add each measure in a one-row card visual
Please download my pbix to learn more details.
one the page 2, click on the card visual and see its format pane.
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
i can get another KPI visual, please see if it satisfies you much more.
Create measures
card_goal = "Goal: "&"kr"&"."&[Measure-budget ytd]&"("&FORMAT([percentage],"0.0%")&")"
card_diff = "Difference: "&ABS([difference])&IF([difference]<0,"-")&"kr"
Add each measure in a one-row card visual
Please download my pbix to learn more details.
one the page 2, click on the card visual and see its format pane.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.