let
Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
#"Changed Type" = Table.TransformColumnTypes(Source,{{"S.No.", Int64.Type}, {"WIMS_STATI", type text}, {"05/02", type number}, {"06/02", type number}, {"07/02", type number}}),
#"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"S.No."}),
#"Unpivoted Other Columns" = Table.UnpivotOtherColumns(#"Removed Columns", {"WIMS_STATI"}, "Attribute", "Value"),
#"Sorted Rows" = Table.Sort(#"Unpivoted Other Columns",{{"Attribute", Order.Ascending}})
in
#"Sorted Rows"
| Date | 05-02 |
| WIMS_STATI | Value |
| APGW_31846 | 10.08 |
| APGW_3948 | 6.11 |
| APGW_4903 | 7.75 |
| APGW_3722 | 5.33 |
| APGW_3267 | 13.02 |
| APGW_5245 | 3.91 |
| APGW_2877 | 10.67 |
| APGW_3681 | 6.85 |
| APGW_3683 | 1.65 |
| APGW_3005 | 12.48 |
| Fecha | 05-02 |
| WIMS_STATI | Valor |
| APGW_31846 | 10.08 |
| APGW_3948 | 6.11 |
| APGW_4903 | 7.75 |
| APGW_3722 | 5.33 |
| APGW_3267 | 13.02 |
| APGW_5245 | 3,91 |
| APGW_2877 | 10,67 |
| APGW_3681 | 6,85 |
| APGW_3683 | 1,65 |
| APGW_3005 | 12.48 |
| Fecha | 05-02 |
| WIMS_STATI | Valor |
| APGW_31846 | 10.08 |
| APGW_3948 | 6.11 |
| APGW_4903 | 7.75 |
| APGW_3722 | 5.33 |
| APGW_3267 | 13.02 |
| APGW_5245 | 3,91 |
| APGW_2877 | 10,67 |
| APGW_3681 | 6,85 |
| APGW_3683 | 1,65 |
| APGW_3005 | 12.48 |