Question
How to add a certain label in the middle of a bar graph?e.g.
if floor(min({fixed:countd([Order Date])})/2) = index() then [Sales_total] END
if floor(min({fixed:countd([Order Date])})/2) = index() then 0.9 //you can change the position of the label by changing this number and also the range of Dual Axis END