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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Get minimum date drom a measure

I have a table that looks like this.

Slowik131_1-1718003961032.png

with a date measure that basically takes the minimum date based on the delay.

 

What I need is to have a minimum of these dates that will populate the whole table, so it looks like this:

Slowik131_2-1718003988822.png

 

Any idea on how to fo it?

Thanks

 

2 ACCEPTED SOLUTIONS
VahidDM
Super User
Super User

Hi @Anonymous 

 

Try this measure

Date_Min =
CALCULATE ( MIN ( 'table'[date 1] ), REMOVEFILTERS ( 'Table' ) )

 

You can remove filters only from DELAI column rather than the whole table as well.

 

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

Appreciate your Kudos!! 

LinkedIn | Twitter | Blog | YouTube 

View solution in original post

Uzi2019
Super User
Super User

hi @Anonymous 

You can try below meaure 

Min_measure= Calculate (min (date), ALL(DELAI))

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

hi @Anonymous 

You can try below meaure 

Min_measure= Calculate (min (date), ALL(DELAI))

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
VahidDM
Super User
Super User

Hi @Anonymous 

 

Try this measure

Date_Min =
CALCULATE ( MIN ( 'table'[date 1] ), REMOVEFILTERS ( 'Table' ) )

 

You can remove filters only from DELAI column rather than the whole table as well.

 

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

Appreciate your Kudos!! 

LinkedIn | Twitter | Blog | 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.