Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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)
Solved! Go to Solution.
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.
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 ?
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
@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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |