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
reddy421
Helper I
Helper I

Sales for last year is not coming up when I Insert a Slicer in Power BI

Hi,

I am trying to find the sales for this year vs last year and this is what I did.

Created 2 new measures:

Total Sales  = SUM(v_FactDailySalesWithLowestPriorityRecord[Net Sales USD])

Total Sales LY   = CALCULATE([Total Sales],SAMEPERIODLASTYEAR(Dim_Date[Calendar_Date]))

 

Till here I was able to succeed in what I want to achieve and below is how it looked like.

2018-06-18 14_42_29-Landrys Employee Payroll - Microsoft Visual Studio.png

Now I thought of adding a filter on Calendar Year and this is what is causing the issue to me.

When I did that and filtered my year to 2016 as shown below, I am not getting the sales for Total Sales LY( Last year sales).

2018-06-18 14_44_13-Landrys Employee Payroll - Microsoft Visual Studio.png

This is even happening to me If I select 2 years like 2015 and 2016 as shown below.

2018-06-18 14_50_28-Landrys Employee Payroll - Microsoft Visual Studio.png

Can someone help me with this?

1 ACCEPTED SOLUTION
Phil_Seamark
Employee
Employee

HI @reddy421

 

Please try

 

Total Sales LY   = 
     CALCULATE(
        [Total Sales],
        ALL(Dim_Date) ,
       SAMEPERIODLASTYEAR(Dim_Date[Calendar_Date])
     )

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

2 REPLIES 2
Phil_Seamark
Employee
Employee

HI @reddy421

 

Please try

 

Total Sales LY   = 
     CALCULATE(
        [Total Sales],
        ALL(Dim_Date) ,
       SAMEPERIODLASTYEAR(Dim_Date[Calendar_Date])
     )

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Thanks for the help Phil_seamark.

This worked out now.

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.