Forum Discussion
RobertSlattery
Responsive Resident
9 years agoEvaluate my Data Model/Table Structure!
Expression.Evaluate environment breaks visual I have a function that operates on tables with similar names, it works fine in the preview in the Edit Query window but throws an error in the visual...
- 9 years ago
I’ve got response from the Product Team.
This is effectively "by design" and will not be changed.
Best Regards,
Herbert
RobertSlattery
Responsive Resident
9 years agov-haibl-msft
Microsoft Employee
9 years ago
I’ve got response from the Product Team.
This is effectively "by design" and will not be changed.
Best Regards,
Herbert
- RobertSlattery9 years ago
Responsive Resident
Thanks Herbert, I think that iws a sensible design based on my notes above.
If anyone is looking for a better way to do this I ended up using this pattern
file = Excel.Workbook(File.Contents(Text.Replace(baseName, "$", Text.From(_))), null, true),MyTable = file{[Item="MyTable",Kind="Table"]}[Data]Where baseName is the full path to the similar files with "$" where the unique part needs to be.