Forum Discussion
Anonymous
5 years agoNot applicable
Individual Average Line in Bar Chart
We have Data Like Month || This Year Count || Last Year Count Jan || 10 || 5 Feb || 15 || 10 Mar || 20 || 15 We ...
- 5 years ago
Anonymous
please see the attachment below
Ashish_Mathur
5 years agoSuper User
Hi,
Are This Year Count and Last Year Count actual measures that you have written or are they input data columns available in your base data file?
Anonymous
5 years agoNot applicable
Hi Ashish_Mathur Thanks for your reply.
We are using the Measures for Last and Current Year.
Thanks.
- Ashish_Mathur5 years agoSuper User
Hi,
Do these measures work?
Average = averagex(all(calendar[Month name]),[This year count])
Average1 = averagex(all(calendar[Month name]),[Last year count])
Hope this helps.