Forum Discussion
Buzz123
8 years agoAdvocate I
Date issues with Sharepoint file sources
The March update (2.56.5023.861 64-bit) got installed this morning. Unfortunately, it's broken the ability for the Power BI Desktop Query to understand dates from a sharepoint folder source. This f...
ozhug
8 years agoAdvocate II
= SharePoint.Files("https://my.sharepoint.com/sites/sitename/", [ApiVersion = 15])
change APIVersion in the source line from 15 to 14.
= SharePoint.Files("https://my.sharepoint.com/sites/sitename/", [ApiVersion = 14])
the ApiVersion 14 works with dates other than US
jean-louis
7 years agoAdvocate II
thank you, it works fine for me !!!