Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi All,
The Earliest Date and Latest Date options are disabled for me in the Power Query Add Column option.
I have selected date coulmn with proprer date data type .
Please help me figure out what possible reasons could be causing this issue.
Solved! Go to Solution.
Hi, it can be used only when you select multiple columns. It returns the earliest day from the columns selection per row.
Kudos and mark as solution appreciated.
Hello Analystmate,
zenisekd has given the reason. Here is a way to add a column containing the earliest date in column "Date".
= Table.AddColumn(PreviousStep, "Earliest Date", each List.Min( PreviousStep[Date] ), type date)
Insert the step, substituting "PreviousStep" with the name of your previous step and substituting "[Date]" with the name of your date column in square brackets.
Hope this helps.
Hello Analystmate,
zenisekd has given the reason. Here is a way to add a column containing the earliest date in column "Date".
= Table.AddColumn(PreviousStep, "Earliest Date", each List.Min( PreviousStep[Date] ), type date)
Insert the step, substituting "PreviousStep" with the name of your previous step and substituting "[Date]" with the name of your date column in square brackets.
Hope this helps.
Hi, it can be used only when you select multiple columns. It returns the earliest day from the columns selection per row.
Kudos and mark as solution appreciated.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 14 | |
| 9 | |
| 8 | |
| 7 |