Forum Discussion
CliffordAP
2 years agoHelper II
PowerQuery: Reference a value to use as input for another M query
I have the following object defined in PowerQuery: I would like to use the value from this object for another M query in another table: I have tried: = #"Kept Last Rows"{[#"Folder Path...
- 2 years ago
Name=Filename[Name]{0}
wdx223_Daniel
2 years agoCommunity Champion
Name=Filename[Name]{0}
CliffordAP
2 years agoHelper II
Thank you!