I need to query the excel sheet as I have constraint of not using excel directly in a application.
Now I need to select only 20 out of 40 columns and pivot approx t0 columns, Problem I am running into is I am unable to Unpivot the excel using query (ms query).
Struggling searching the net for suitable solution but till now unable to achieve Unpivot functionality.
Please experts in this forum if can help with MsQuery code to write a query to unpivot selected columns using Excel datasource.
I managed to select the required column but not sure how to unpivot.