Forum Discussion
Anonymous
5 years agoNot applicable
problems using SharePoint.Tables(siteURL) to schedule a data refresh
Hello Everyone, This being my first post ever, please be kind... I have recently started using Powerbi to report on data collected using project 365 online. I have been able to successfully ...
samdthompson
5 years agoMemorable Member
Hmmmm, try editing the url part to be the actual url you are wanting to query:
let
Source = SharePoint.Tables("http://xxx.co.nz/sites/projects", [yyy = 999]),
in
Source
Anonymous
5 years agoNot applicable
Hi samdthompson,
what is the [YYY=999] represent in your solution ? I assume that YYY is a variable and that 999 represents the completed URL?
Does this work for you?
Thanks
SEK
- samdthompson5 years agoMemorable Member
no no, it was just ananomising the data is all