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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
AmudhaKumaran
Helper I
Helper I

M code - List.Min

Hi I'm trying to find the minimum date from a column which is in 'Date' datatype using M code List.Min function. But getting the below error. Please help.

 

Error:

Cannot convert to number. 

3 REPLIES 3
Anonymous
Not applicable

@AmudhaKumaran 

312TPDN6H0000

 

This is just a simple text, you cannot return min / max for text. You may only right click remove errors for the date column first, then use List. MIN. List.Min - PowerQuery M | Microsoft Docs

 


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

selimovd
Most Valuable Professional
Most Valuable Professional

Hello @AmudhaKumaran ,

 

check if your column is in the format Text.

If that is the case change it to a Number format in the step before.

Or you could also solve that in M:

 

List.Min(Number.FromText([myColum]))

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍 

Best regards
Denis

Blog: WhatTheFact.bi

 

Hi Denis,

 

Thanks for your reply. I have that column in Date format. While I tried to keep error in that column, I'm getting below. 

 

DataFormat.Error: We couldn't convert to Number.
Details:
312TPDN6H0000

 

Any clue?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.