Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Arkhos94
Helper IV
Helper IV

Show difference between 2 curves

I have a basic graphic visual that show the YTD performance each year. I want to show the difference between the December performance of 2021 and 2023 (like in the picture below), is there any way to add that ?

I already have a measure that calculate the difference between any YTD performance and the one from December 2021 (that is used as a reference)

PBI.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Arkhos94 ,

Thank you for @amitchandak answer , and I have other suggestions for you:

First of all, thank you for creating a measure about Difference with 2021-12 Performance, but there is currently no way to add a difference arrow to the line chart, it can only be displayed in the tooltip.

Best Regards,

Xianda Tang

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

 

View solution in original post

4 REPLIES 4
Arkhos94
Helper IV
Helper IV

I build a measure that show "Current performance (difference with 2021-12 performance" and put it on the graph using the new label option, thanks for the idea

 

Is there any way to show an arrow like I added on my picture ?

Anonymous
Not applicable

Hi @Arkhos94 ,

Thank you for @amitchandak answer , and I have other suggestions for you:

First of all, thank you for creating a measure about Difference with 2021-12 Performance, but there is currently no way to add a difference arrow to the line chart, it can only be displayed in the tooltip.

Best Regards,

Xianda Tang

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

 

Thanks, i hope such a function will be added some time in the future then

amitchandak
Super User
Super User

@Arkhos94 , You can use the new detailed option in label and display YTD diff. but it will show for all values. Noy you can control that display on last month.

 

if(Max(Date[Month]) = maxx(allselected(Date), Date[Month]) ,[YTD Diff], blank()) 

 

New Power BI Data Label Customizations (December 2023) - Enhance Your Data Analysis & Reporting:
https://www.youtube.com/watch?v=qe3eW4OkAN8&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors