I have two date pickers (startdate, enddate).
Where would I fit the datediff into this string, please? Thanks for whatever
knowledge you can share.
Sort(
AddColumns(
GroupBy(
'FLMA Tracking',
"Dept",
"Station",
"OtherData"
),
"Hours",
Sum(OtherData,HoursUsed)
),
Station
)