Forum Discussion
BrenoBNogueira
2 years agoRegular Visitor
One or more tables references a dynamic data source
I've created a custom function bellow: ------------------------------------------ (endereco as text) => let Source = SharePoint.Tables(endereco, [Implementation=null, ApiVersion=15]) in ...
BrenoBNogueira
2 years agoRegular Visitor
I've tried to use RelativePath but still not working.
------------------------------------------
(endereco as text) =>
let
Fonterelativa = [RelativePath = "/" & endereco],
Source = SharePoint.Tables("https://deswik.sharepoint.com/sites/ProjectManagementBrazil" & Fonterelativa[RelativePath], [ApiVersion = 15])
in
Source
------------------------------------------