Forum Discussion
Add % change to column chart
Hi all,
I have a column showing average sales per month. However, I would like the chart to show the % change as well month by month like this:
Is that possible?
THanks"!
Anonymous ,
The built-in stack bar chart doesn't support this feature. You may search custom visuals:
https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- parry2k
Super User
Anonymous You need to have to use previousmonth function to calculate the % between the previous month, there are many posts on how to make these kinds of calculations based on time intelligence. The main item is that you have to add calendar dimension in your model which is critical for time intelligence functions. There are many posts on how to add calendar dimensions.
- v-yuta-msft
Community Support
Anonymous ,
The built-in stack bar chart doesn't support this feature. You may search custom visuals:
https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.