Forum Discussion
How to plot average line and upper/lower bounds on visual?
- Anonymous2 years ago
Hi tomi5
Thanks for the reply from Greg_Deckler .
If you can consider using Line and stacked column chart visualization, please refer to the following test:
Measure:
Measure = CALCULATE(AVERAGE('Table'[Maintenance Costs($)]), ALLEXCEPT('Table', 'Table'[Car Age(Years)]))Output:
Best Regards,
Yulia XuIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
tomi5 Have you looked at using the Analytics pane?
- tomi52 years agoHelper II
Analytics pane plots a flat average line over the entire dataset rather than calculating the average for each year and then plotting a line based upon that. The latter is what I need so the analytics pane is not suitable.
- Anonymous2 years agoNot applicable
Hi tomi5
Thanks for the reply from Greg_Deckler .
If you can consider using Line and stacked column chart visualization, please refer to the following test:
Measure:
Measure = CALCULATE(AVERAGE('Table'[Maintenance Costs($)]), ALLEXCEPT('Table', 'Table'[Car Age(Years)]))Output:
Best Regards,
Yulia XuIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.