Hello Connoisseurs,
I am trying to get a cell value instead of the absolute address in the code below.
let
Source = Excel.Workbook(File.Contents("C:\AAD\Sheet1.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
#"Changed Type" = .....
in
#"Changed Type"
I have imported a table and drilled down so as to get the address "C:\AAD\Sheet1.xlsx" available in Power Query.
Here I am stuck.
Can anyone help?
Thank you,
GT
I am trying to get a cell value instead of the absolute address in the code below.
let
Source = Excel.Workbook(File.Contents("C:\AAD\Sheet1.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
#"Changed Type" = .....
in
#"Changed Type"
I have imported a table and drilled down so as to get the address "C:\AAD\Sheet1.xlsx" available in Power Query.
Here I am stuck.
Can anyone help?
Thank you,
GT