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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Mixing MIN and ALL

Hello,

 

I'm working with a table containing a date column, and I want to get the oldest date in the table date column without being affected by the filters applied in the page.

 

If I create a measure "oldestdate = min(CCR_Consumption[usage_date])", syntax is OK but filters on the page will change the returned value.

 

If I use oldestdate = min(all(CCR_Consumption[usage_date])), I get an error message "The MIN function only accepts a column reference as an argument"

 

Thank you for your help.

 

Laurent

 

 

 

 

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

 

@Anonymous 

 

Hi, to obtain the MIN

 

MinDate=CALCULATE(MIN(Table1[yourDateColumn]), ALL(DateTable))

 

Regards

 

Victor




Lima - Peru

View solution in original post

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@Anonymous  You can try this as well...

 

MINX(ALL(CCR_Consumption),CCR_Consumption[usage_date])




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Vvelarde
Community Champion
Community Champion

 

@Anonymous 

 

Hi, to obtain the MIN

 

MinDate=CALCULATE(MIN(Table1[yourDateColumn]), ALL(DateTable))

 

Regards

 

Victor




Lima - Peru
Anonymous
Not applicable

Works like a charm. Thank you 🙂

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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