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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
CrisNep
Frequent Visitor

Year Function

Hi All,

 

I have a date table and need to extract the year to use as a slicer, similar to what i have here:

CrisNep_0-1725541079035.png

 

Could not find a solution online, please help.

Any advice will be much appreciated.

 

Thank you.

2 ACCEPTED SOLUTIONS
muhammad_786_1
Super User
Super User

Hi @CrisNep 

 

You just need to create a new calculated column to extract the year like this:

 

Year = YEAR(DateTable[Date])

 

After creating this column, you can use it in a slicer to display years.

 

muhammad_786_1_0-1725542551749.png

 

Please see, if this is what you want.

 

Best Regards,
Muhammad Yousaf

 

LinkedIn

View solution in original post

Anonymous
Not applicable

Hi @CrisNep 

If you have the date hierachy, you can put the year field of the date hierachy to the slicer directly, you can refer to the following picture.

vxinruzhumsft_0-1725590301806.png

 

Output

vxinruzhumsft_1-1725590312788.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @CrisNep 

If you have the date hierachy, you can put the year field of the date hierachy to the slicer directly, you can refer to the following picture.

vxinruzhumsft_0-1725590301806.png

 

Output

vxinruzhumsft_1-1725590312788.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

muhammad_786_1
Super User
Super User

Hi @CrisNep 

 

You just need to create a new calculated column to extract the year like this:

 

Year = YEAR(DateTable[Date])

 

After creating this column, you can use it in a slicer to display years.

 

muhammad_786_1_0-1725542551749.png

 

Please see, if this is what you want.

 

Best Regards,
Muhammad Yousaf

 

LinkedIn

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors