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

Calculate data for a dynamic max(date) in a group

Hello, the subject can be very confusing.

Having this model:

DidacBF_0-1688477030103.png
What I need is to get data from the last visit (dynamic) for each point of sale. What I usually do is just to create a calculated column but the last visit has to be dynamic based on the date filter (the last visit date I need to get has to be in range of min and max selected dates if it exists) so it needs to be in a measure.

I think the problem it's not that hard but I can't get it working on a measure.

Thank you!
Thank you!

 

1 REPLY 1
amitchandak
Super User
Super User

@DidacBF , Create a measure like

maxx(filter( allselected(Table), Table[Group] = max(Table[Group]) ), Table[Date])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.