Forum Discussion
Card with trend
Hi all,
Can you explain me how I can do this bellow :
Thanks
Luca BOROME
Hi Anonymous
There are some ways to achieve similar visual.
You could find following custom visuals in market place.
1. card with states by OKViz
In format setting->"Data label", set "Value" with "sum" type.
2. KPI Indicator
In format setting->"KPI General", set "Aggregation" with "sum" type.
3.combine with a line chart and a card visual.
for line chart, in format setting, turn off X axis and Y axis.
Turn on background bar and select grey color.
for card visual, create a measure, add this measure in the card visual.
total profit = SUM(Sheet1[profit])
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.
2 Replies
- v-juanli-msftCommunity Support
Hi Anonymous
There are some ways to achieve similar visual.
You could find following custom visuals in market place.
1. card with states by OKViz
In format setting->"Data label", set "Value" with "sum" type.
2. KPI Indicator
In format setting->"KPI General", set "Aggregation" with "sum" type.
3.combine with a line chart and a card visual.
for line chart, in format setting, turn off X axis and Y axis.
Turn on background bar and select grey color.
for card visual, create a measure, add this measure in the card visual.
total profit = SUM(Sheet1[profit])
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.- mrexcellentFrequent Visitor
Hello - Is there a way to make this custom visual stack the cards vertically as opposed to horizontally? If not, do you know if there are any other custom visuals that can do this?