Friday, February 19, 2021

Power Query - Sharepoint.List

 let

//Errado =>
//Source = SharePoint.Tables("https://XXX.sharepoint.com/sites/XXX", [Implementation=null, ApiVersion=15]),

//Correto =>
 Source = SharePoint.Tables("https://XXX.sharepoint.com/sites/XXX", [Implementation="2.0", ViewMode="All"]),

in
  Source


No comments:

Post a Comment

Power BI APP - Delete or Unpublish

 UNPUBLISH DELETE