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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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