Forum Discussion

anandav's avatar
anandav
Skilled Sharer
5 years ago

Referencing a column value as file path to get Excel data file in Power Query

Hi,   I can give a network file path using Poawer BI parameters and use the parameter to get the Excel data file. Source = Excel.Workbook(File.Contents(Parameter1), null, true) I can save this re...