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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.