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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Compare values by year in PowerBI Desktop

Hello,

 

I want to compare values from different periods (years). I want in Line Chart report to compare the values from different years month by month. The important columns are Date and Q-ty.

My data is:

 example.png

 

I want to compare these last 3 years in Line Chart or any other which is suitable. The data in lines is just to show how it should looks it is not with real data.  I have also a DATE table, if it will be needed.

 

Thanks in advance!

 

 

2 ACCEPTED SOLUTIONS

Don't know if it is too simplistic, but if you parse the date as 2 added columns (one for year and one for month), then create a line chart with Month as the Axis, Year as the Legend and Quantity as the Value, doesn't that give the effect you are looking for? I didn't add a measure to smooth out the charts, just did the basics and got this:

 

Sample year line chart.JPG

View solution in original post

Hi @Anonymous,

 

I have created two measure based on what I understand from you,

  1. PYR - previous year Qty
  2. TWOYRBCK = Qty 2 years ago

See the gif,

Last 3 year.gif

 

I hope I made it clear.

 

Regards,

Siva

View solution in original post

5 REPLIES 5
SivaMani
Resident Rockstar
Resident Rockstar

@Anonymous,

 

Have you tried calculated columns?

Anonymous
Not applicable

Yes , I have tried columns with YEAR() and MONTH(), but I don't know how to compae values from different years on one chart.

Hi @Anonymous,

 

I have created two measure based on what I understand from you,

  1. PYR - previous year Qty
  2. TWOYRBCK = Qty 2 years ago

See the gif,

Last 3 year.gif

 

I hope I made it clear.

 

Regards,

Siva

Anonymous
Not applicable

Hello,

 

Thanks a lot fort he quick answers. I have tried both methods and both of them worked. I have chosen the first one by shill1000, because it is simpler for manage. 

The only difference is that I also have a Date table (the query for the date table is: = Query_Date(#date(2000, 1, 1), #date(2040, 1, 1), null) ), which is related to mine table by column Date and I have used Date[Date] as axis (Date Hierarchy - Month)  and Date[Year] as Legend. Q-ty is in Values and it worked fine

ex2.jpg

 

Thanks a lot!

Don't know if it is too simplistic, but if you parse the date as 2 added columns (one for year and one for month), then create a line chart with Month as the Axis, Year as the Legend and Quantity as the Value, doesn't that give the effect you are looking for? I didn't add a measure to smooth out the charts, just did the basics and got this:

 

Sample year line chart.JPG

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.