Thank you for your assistance in this! It worked, I just needed to update my formula in the gallery to this
SortByColumns(Search(Filter('[incentive_test].[D_eTime]', DELETE_IND = "N", Employee_Display_Name= Dropdown1.Selected.Result || Dropdown1.Selected.Result="All"),'Search Bar Table of Sub'.Text, "Employee_Display_Name"),"ImportMonth", Descending, "Employee_Display_Name", Ascending)
Just one more question for you the ascending, portion, it does not like it, where can I put this to make it work?
ngroup(
Table({Items: Table({Result: "All"}) },
{Items: Distinct('[incentive_test].[D_eTime]', Employee_Display_Name)}
),
"Items", Ascending
)