Forum Discussion

techy's avatar
techy
Regular Visitor
3 years ago

How to change marker position?

Hello,
I have this visual where I have created a line and clustered column chart and I have used two measures in the Line y-axis. The first measure in red is showing over the right bar but the second measure in yellow dot should be coming up in orange bar as it is the calculation of orange bar. How can I achieve this?

 

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi techy 

    Maybe you can add the condition to the measure, 

    e.g Calculate(SUM(Table[Column]),Table[Type]="Orange"(add the condition to the orange bar"))

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.