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
fahmi_laswar
Frequent Visitor

get last date from filter slicer

how to create measugre to Get the last date in filter slicer

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @fahmi_laswar 

 

Try this:

 

Measure = MAX(CalendarTable[Date])

where CalendarTable[Date] is the field you use in the slicer

View solution in original post

3 REPLIES 3
AlB
Community Champion
Community Champion

Hi @fahmi_laswar 

 

Try this:

 

Measure = MAX(CalendarTable[Date])

where CalendarTable[Date] is the field you use in the slicer

thanks for your replay,but the result show the max date in table not the filterd date in slicer
AlB
Community Champion
Community Champion

Hi @fahmi_laswar,

Can you share the pbix and I'll have a look? If you have confidential data, share a file with dummy data that reproduces the issue.

Cheers

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