Forum Discussion

v_mark's avatar
v_mark
Icon for Helper V rankHelper V
4 years ago
Solved

Invert Secondary Y-Axis

I have a simple dataset, fields is both in whole number data type, the idea is to show both of them in line chart with dates in x-axis.

Is there a way to Invert the Secondary Y-Axis and leaving the First Y Axis Not Inverted?

 

Not sure if writing a DAX or using a custom visual will resolve this kind of issue. 

  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi v_mark ,

    Could you please provide a simple sample?

    I am not sure if I have misunderstood your meaning.

    There is an alternative solution idea. This solution can also be applied to the X axis.
    1)Multiply the original number by -1 to create a new measure
    2)Apply a "custom" format. For example, -#;#;0

     

    Please leave a vote for this feature here.

    Invert Second (line) axis on the Line and Clustered Column Chart 

     

    If I have misunderstood your meaning, please provide a simple sample and your desired output.

     

    Best Regards

    Community Support Team _ Polly

     

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

2 Replies

  • v_mark , If Y -axis is reverted both need to follow. And think that is why there no individual option to change.  I doubt you can do with DAX or standard visual

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi v_mark ,

    Could you please provide a simple sample?

    I am not sure if I have misunderstood your meaning.

    There is an alternative solution idea. This solution can also be applied to the X axis.
    1)Multiply the original number by -1 to create a new measure
    2)Apply a "custom" format. For example, -#;#;0

     

    Please leave a vote for this feature here.

    Invert Second (line) axis on the Line and Clustered Column Chart 

     

    If I have misunderstood your meaning, please provide a simple sample and your desired output.

     

    Best Regards

    Community Support Team _ Polly

     

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