Forum Discussion
Anonymous
8 years agoNot applicable
Line graph - adding a total average line
Hi, I have a line graph showing sales by region (the regions are the legend). Please can you tell me how to add a "Total Sales" line (i.e. all the regions added together), while still showing the...
- 8 years ago
create new measure for total sales something like this:
Total Sales = Calculate(Sum(Table1[Sales]), All(Table1))
parry2k
8 years agoSuper User
create new measure for total sales something like this:
Total Sales = Calculate(Sum(Table1[Sales]), All(Table1))