It is not possible to add an x-axis to the Spark Bar (maybe suggest this in the idea exchange?). Alternative:
To show a % change in a summary number, you'll need to calculate the % change in a beastmode (calculated field). Once you have created the beastmode, you can select it as your summary number value.
How can we show the green one (173.6% increase)?
((Last Value - First Value) / First Value) * 100 I don't know the structure of your dataset or what represents your first and last values, but you'll need to create the above logic in a beastmode.
Hi Coleman,
I understand that beastmode but I want to show that green part… do you know how?
Do you mean can you make a summary number green? Or how do you create a summary number? The green part is showing already, do you want it to show somewhere else?
How can I show this?
I can make a beastmode and get the %. But my question is how to show that arrow (increase) and also when you hover the mouse, you can see the first value and the last value? thank you !!
Oh I see, this screenshot is not from something you've made. You are trying to recreate it. Here are the steps: 1. Chart Types > Gauges > Multi-value Columns 2. Set a gauge value 3. Set a comparison value 4. Properties > Change Value Options > Value > Percent Change 5. Properties > Change Value Options > Hover Text > Current Value: %_VALUE Previous Value: %_COMPARISON_VALUE
Yes Coleman, I am sorry I didn't make that card. I want to show that in the summary number position but not as the main chart.
That is just the chart type. It is called a sparked bar and is found in the "other charts" section:
@Kailin Ah, yes with the full screenshot I see that that is a different chart type called Spark Bar as @ST_-Superman-_ pointed out. Chart Types > Other Charts > Spark Bar
Is there a way I can show an X-axis label in this type of chart? I want to show the fiscal year on the x-axis.