cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
NataliiaK
New Member

undefined

Hi,

I need to create the visual with trend lines:
1. How to compare distance between two trend lines?

2. Is it possible to make visual with trends and two differente x axis, eg. X - Sum, X -% and Y - date?

Thanks!
2 REPLIES 2
Icey
Community Support
Community Support

Hi @NataliiaK ,

 
Is this problem sloved?
 
If it is sloved, could you kindly accept it as a solution to close this case?  
 
If not, please let me know.  
 
Best Regards
Icey
Icey
Community Support
Community Support

Hi @NataliiaK ,

1. For 'How to compare distance between two trend lines?',

You can create a measure like so:

distance between two trend lines ( A - B ) =
MAX ( 'Table'[A] ) - MAX ( 'Table'[B] )

undefined.PNG

2. For ‘Is it possible to make visual with trends and two different x axis, e.g. X - Sum, X -% and Y - date? ’,

Power BI does not currently support it. You can submit your idea here.

Or you can use 'Power KPI' and can refer to this article. This visual can have two different y axis. You can import it from marketplace.

undefined 4.PNG

undefined 3.PNG

This is my sample file.

 

Best Regards,

Icey

 

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

 

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors