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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
tmullady
Regular Visitor

Help

Hello,

 

I have a data set with the following fields.  The Date field uses the end of month date.

 

Date , Sales, Sales Target

 

I want to create a Bar chart that compares Sales, Sales Target, YoY Sales, and Linked period Sales.

 

How can I calculate YoY and Linked periods? 

 

Lets say a user selects 01/31/15, 02/28/15, and 03/31/15 in the slicer. The bar chart is summing up Sales and Sales Target.  I need help getting the YoY and Linked Periods into the bar chart.

 

In SSRS I could use expressions with Date functions. 

 

Any help would be greatly appreciated.

 

Thanks,

 

Tim

1 REPLY 1
kcantor
Community Champion
Community Champion

My first suggestion is to create a measure to sum up your Sales (etc). Then do a measure for last year sales using DateAdd.

For your sales, it should be something as simple as:

Total Sales = SUM[Sales]

Last Year Sales = CALCULATE([Total Sales], DATEADD(Date[DateKey], -1, year) )

The rest is calculations using those measures

YOY=[Total Sales]-[Last Year Sales]

 

Generally speaking, however, I tie my date to an order date or an invoice date. Never tried using just the end of the month. PowerBI will pull them into months using slicers for you.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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