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 August 31st. Request your voucher.

Reply
minodori
Regular Visitor

Get first date using FIRSTDATE or MIN funciton

Hi,

 

I've trid to get the first date from 'Date' column with below 2 DAX "MEASURE"s

1. firstDate = FIRSTDATE('Table 1'[Date])

2. minDate = min([Date])
 
But I didn't get the right results in the table visuals.
You can find all "firstData" and "minDate" are same with values in "Date" column
 
How to get the first data which shoud be "19-01-14" using DAX measures?

 

Many Thanks.

 
 
 

 

image.png

 

1 ACCEPTED SOLUTION
rfigtree
Resolver III
Resolver III

try surrounding your meassure with calculate like this.

 

calculate(min(tale1[date]),all(table1))

View solution in original post

1 REPLY 1
rfigtree
Resolver III
Resolver III

try surrounding your meassure with calculate like this.

 

calculate(min(tale1[date]),all(table1))

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.