The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.