Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi Experts
How could i calcaulte the Mini date in Power Query.... Currently i am doing a calculated column
Solved! Go to Solution.
Hi, @Anonymous
You can create a custom column in PQ.
Like this:
List.Min(Table.SelectRows(#"Changed Type",(x)=>x[name]=[name])[date])
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks
Hi, @Anonymous
You can create a custom column in PQ.
Like this:
List.Min(Table.SelectRows(#"Changed Type",(x)=>x[name]=[name])[date])
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 19 | |
| 19 | |
| 10 |
| User | Count |
|---|---|
| 54 | |
| 53 | |
| 41 | |
| 37 | |
| 32 |