let
Source = Excel.Workbook(File.Contents("C:\Users\MAhmed\Downloads\Book1.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
#"Changed Type" = Table.TransformColumnTypes(Sheet1_Sheet,{{"Column1", type any}, {"Column2", type any}, {"Column3", type any}, {"Column4", type any}, {"Column5", type any}, {"Column6", type text}, {"Column7", type text}, {"Column8", type text}, {"Column9", type any}, {"Column10", type any}, {"Column11", type any}, {"Column12", type any}, {"Column13", type any}, {"Column14", type any}}),
#"Renamed Columns" = Table.RenameColumns(#"Changed Type",{{"Column1", "Skill ID"}}),
#"Promoted Headers" = Table.PromoteHeaders(#"Renamed Columns"),
#"Renamed Columns1" = Table.RenameColumns(#"Promoted Headers",{{"Column1", "Skill ID"}}),
#"Duplicated Column" = Table.DuplicateColumn(#"Renamed Columns1", "CallsOffered", "CallsOffered - Copy"),
#"Reordered Columns" = Table.ReorderColumns(#"Duplicated Column",{"Skill ID", "CallsOffered - Copy", "CallsOffered", "Calls Answered", "Calls Answered After Threshold", "%Calls Answered After Threshold", "Calls Answered Delay", "Average Calls Answered Delay", "Max Answered Delay", "MaxSkillsetAbandonedDelay", "SkillsetAbandoned", "SkillsetAbandonedDelay", "Timestamp", "WaitTime", "TalkTime"}),
#"Changed Type1" = Table.TransformColumnTypes(#"Reordered Columns",{{"CallsOffered - Copy", type text}}),
#"Added Custom" = Table.AddColumn(#"Changed Type1", "Custom", each if [#"CallsOffered - Copy"] = "CRYS_AFS_Admin - 12039" then "CRYS_AFS_Admin - 12039" else null),
#"Added Custom1" = Table.AddColumn(#"Added Custom", "Custom.1", each if [#"CallsOffered - Copy"] = "CRYS_Customer_Relations - 12038" then "CRYS_Customer_Relations -12038" else null),
#"Added Custom2" = Table.AddColumn(#"Added Custom1", "Custom.2", each if [#"CallsOffered - Copy"] = "CRYS_Customer_Service - 12037" then "CRYS_Customer_Service - 12037" else null),
#"Added Custom3" = Table.AddColumn(#"Added Custom2", "Custom.3", each if [#"CallsOffered - Copy"] = "CRYS_D_AFS_Adaptive - 12028" then "CRYS_D_Ski_AFS_Adaptive - 12028" else null),
#"Added Custom4" = Table.AddColumn(#"Added Custom3", "Custom.4", each if [#"CallsOffered - Copy"] = "CRYS_D_AFS_EU - 12008" then "CRYS_D_Ski_AFS_EU - 12008" else null),
#"Added Custom5" = Table.AddColumn(#"Added Custom4", "Custom.5", each if [#"CallsOffered - Copy"] = "CRYS_D_AFS_Group_EU - 12024" then "CRYS_D_AFS_Group_EU - 12024" else null),
#"Added Custom6" = Table.AddColumn(#"Added Custom5", "Custom.6", each if [#"CallsOffered - Copy"] = "CRYS_D_Sales_Adaptive - 12018" then "CRYS_D_Sales_Adaptive - 12018" else null),
#"Added Custom7" = Table.AddColumn(#"Added Custom6", "Custom.7", each if [#"CallsOffered - Copy"] = "CRYS_D_Sales_EU - 11995" then "CRYS_D_Sales_EU - 11995" else null),
#"Added Custom8" = Table.AddColumn(#"Added Custom7", "Custom.8", each if [#"CallsOffered - Copy"] = "CRYS_D_Sales_Group_EU - 12014" then "CRYS_D_Sales_Group_EU - 12014" else null),
#"Added Custom9" = Table.AddColumn(#"Added Custom8", "Custom.9", each if [#"CallsOffered - Copy"] = "CRYS_D_Sales_Web_Err - 11996" then "CRYS_D_Sales_Web_Err - 11996" else null),
#"Added Custom10" = Table.AddColumn(#"Added Custom9", "Custom.10", each if [#"CallsOffered - Copy"] = "CRYS_New_Credit_Control_Skill - 12035" then "CRYS_New_Credit_Control_Skill - 12035" else null),
#"Added Custom11" = Table.AddColumn(#"Added Custom10", "Custom.11", each if [#"CallsOffered - Copy"] = "CRYS_Credit_Control - 12034" then "CRYS_Credit_Control - 12034" else null),
#"Added Custom12" = Table.AddColumn(#"Added Custom11", "Custom.12", each if [#"CallsOffered - Copy"] = "CRYS_Incident_Line - 12036" then "CRYS_Incident_Line - 12036" else null),
#"Added Custom13" = Table.AddColumn(#"Added Custom12", "Custom.13", each if [#"CallsOffered - Copy"] = "CRYS_Fest - 12001" then "CRYS_Fest - 12001" else null),
#"Added Custom14" = Table.AddColumn(#"Added Custom13", "Custom.14", each if [#"CallsOffered - Copy"] = "CRYS_Travelzoo - 12002" then "CRYS_Travelzoo - 12002" else null),
#"Added Custom15" = Table.AddColumn(#"Added Custom14", "Custom.15", each if [#"CallsOffered - Copy"] = "CRYS_Ski_AFS_Adaptive - 12033" then "CRYS_T_AFS_Adaptive - 12033" else null),
#"Added Custom16" = Table.AddColumn(#"Added Custom15", "Custom.16", each if [#"CallsOffered - Copy"] = "CRYS_T_AFS_EU - 12011" then "CRYS_T_AFS_EU - 12011" else null),
#"Added Custom17" = Table.AddColumn(#"Added Custom16", "Custom.17", each if [#"CallsOffered - Copy"] = "CRYS_T_AFS_Group_EU - 12029" then "CRYS_T_AFS_Group_EU - 12029" else null),
#"Added Custom18" = Table.AddColumn(#"Added Custom17", "Custom.18", each if [#"CallsOffered - Copy"] = "CRYS_T_Sales_Adaptive - 12023" then "CRYS_T_Sales_Adaptive - 12023" else null),
#"Added Custom19" = Table.AddColumn(#"Added Custom18", "Custom.19", each if [#"CallsOffered - Copy"] = "CRYS_T_Sales_EU - 12003" then "CRYS_T_Sales_EU - 12003" else null),
#"Added Custom20" = Table.AddColumn(#"Added Custom19", "Custom.20", each if [#"CallsOffered - Copy"] = "CRYS_T_Sales_Group_EU - 12019" then "CRYS_T_Sales_Group_EU - 12019" else null),
#"Added Custom21" = Table.AddColumn(#"Added Custom20", "Custom.21", each if [#"CallsOffered - Copy"] = "CRYS_T_Sales_Web_Errr - 12004" then "CRYS_T_Sales_Web_Errr - 12004" else null),
#"Changed Type2" = Table.TransformColumnTypes(#"Added Custom21",{{"Custom", type text}, {"Custom.1", type text}, {"Custom.2", type text}, {"Custom.3", type text}, {"Custom.4", type text}, {"Custom.5", type text}, {"Custom.6", type text}, {"Custom.7", type text}, {"Custom.8", type text}, {"Custom.9", type text}, {"Custom.10", type text}, {"Custom.11", type text}, {"Custom.12", type text}, {"Custom.13", type text}, {"Custom.14", type text}, {"Custom.15", type text}, {"Custom.16", type text}, {"Custom.17", type text}, {"Custom.18", type text}, {"Custom.19", type text}, {"Custom.20", type text}, {"Custom.21", type text}}),
#"Merged Columns" = Table.CombineColumns(#"Changed Type2",{"Custom", "Custom.1", "Custom.2", "Custom.3", "Custom.4", "Custom.5", "Custom.6", "Custom.7", "Custom.8", "Custom.9", "Custom.10", "Custom.11", "Custom.12", "Custom.13", "Custom.14", "Custom.15", "Custom.16", "Custom.17", "Custom.18", "Custom.19", "Custom.20", "Custom.21"},Combiner.CombineTextByDelimiter("", QuoteStyle.None),"Merged"),
#"Replaced Value" = Table.ReplaceValue(#"Merged Columns","",null,Replacer.ReplaceValue,{"Merged"}),
#"Filled Down" = Table.FillDown(#"Replaced Value",{"Merged"}),
#"Grouped Rows" = Table.Group(#"Filled Down", {"Skill ID", "Merged"}, {{"CallsOffered", each List.Sum([CallsOffered]), type anynonnull}, {"CallsAccepted", each List.Sum([Calls Answered]), type number}, {"CallsAbandoned", each List.Sum([SkillsetAbandoned]), type anynonnull}, {"AvgWaitTime", each List.Average([WaitTime]), type number}, {"AvgTalkTime", each List.Sum([TalkTime]), type number}}),
#"Removed Errors" = Table.RemoveRowsWithErrors(#"Grouped Rows", {"CallsOffered"}),
#"Filtered Rows" = Table.SelectRows(#"Removed Errors", each true)
in
#"Filtered Rows"
But the table doesn't come out like yours. It looks like this instead;
Bookmarks