cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Vilas_Techie
Frequent Visitor

I want to be able to show past year values based on year selected in the slicer

Hi 

I have a dynamic slicer which: 

How can I write a DAX expression that show only the Sales of the last years based on the current selection of the year.
For Example:
-If I select 2015, the table should show only sales for the years 2015, 2014, 2013, 2012, 2011,2010
-If I select 2012, the table should show only sales for the years 2012, 2011 2010, 2009, 2008,2007

just want to note that I'm new to PowerBi so I really appreciate your help.

1 ACCEPTED SOLUTION
Gengar
Helper II
Helper II

Hi @Vilas_Techie ,

 

This is my data:

Gengar_2-1667831250496.png

 

You can create a new date table and use the data to create a slicer:

Gengar_0-1667831101475.png

Then create a measure as a filter:

 

Measure = IF(YEAR(MAX('Table'[Date]))<=YEAR(SELECTEDVALUE('Date'[Date])),1)
Gengar_1-1667831217290.png

 

 
 
Then it will work!
Gengar_3-1667831276507.png

View solution in original post

1 REPLY 1
Gengar
Helper II
Helper II

Hi @Vilas_Techie ,

 

This is my data:

Gengar_2-1667831250496.png

 

You can create a new date table and use the data to create a slicer:

Gengar_0-1667831101475.png

Then create a measure as a filter:

 

Measure = IF(YEAR(MAX('Table'[Date]))<=YEAR(SELECTEDVALUE('Date'[Date])),1)
Gengar_1-1667831217290.png

 

 
 
Then it will work!
Gengar_3-1667831276507.png

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.