Add trend line to stack bar with two dimensions and one measure
Hi, I have a following Stack bar chart:
It has two dimensions: Week Number and Bin and one measure: sum(Hours)
----------------------------------------------
I want to add a trend line over it, if I try to convert it to the combo chart it loses the Bin dimension, and shows only weekly bar. Please give some solution.