This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
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.
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?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 43 | |
| 33 | |
| 24 | |
| 23 |