Hi @v-siky-msft
I have been your expander model and it great!
I am running into an issue though. Initially I was connecting to a SP List directly as a datasource, however I had to pull that data into a collection because there are more than 2000 items in the list. I tried changing the name of the SP List data source to the name of the collection but it does not connect and pull in the data. below is the filter I am using on the main gallery. How should i modify it to pull the data from the Collection? thanks!
SP List Data Connection - 'Tracker'
Collection Name: - AllActivities
Original formula for Item:
AddColumns(GroupBy((Search(Filter( 'Tracker', HR="Yes"), User().Email, "Tracker_x0020_All_x0020_Post_x00")),"To_x0020_Do_x0020_List_x0020_Sta","Grouped"),"Sum",CountRows(Grouped))
Updated formula for Item with Collection as Source (not working):
AddColumns(GroupBy((Search(Filter( 'AllActivities', HR="Yes"), User().Email, "Tracker_x0020_All_x0020_Post_x00")),"To_x0020_Do_x0020_List_x0020_Sta","Grouped"),"Sum",CountRows(Grouped))