First thank you for any help you can provide!
I have multiple identical 'Group Time' but I would like to make 'Group Number' the distinct value and return multiple 'Group Time' for when different 'Group Number' exist.
Here's an example:
Group Number Group Time
1 1:00
2 1:00
2 1:00
3 1:00
Desired Result:
1:00
1:00
1:00
Here is what I have for a formula:
Distinct(Sort(Filter('Repository', 'Group Date' = '1Meeting Date'.Selected.Value),'Group Date'),'Group Time')