Excel PowerQuery cannot find SharePoint files after a certain date
Background
I have a number of different Excel files which connect to a number of different SharePoint folders for a variety of purposes. Each week, new data is exported from our client systems and saved in these folders. Then, the Excel files are refreshed to include the new data. The metrics we get from these PowerQueries are critical to our operations.
Problem
This has been running smoothly for around 6 months until we wanted to update this week. The files were saved in the same folders as always, but when refreshing the file, nothing happened - it does not register the new data, only the old data.
Upon further inspection, I can see that while the authentication to SharePoint works well, the newest file on our SharePoint site (based on "Date created") is from December 12 - and I am writing this on December 20.
From testing a bit more, it seems that all files where the file creation date is later than December 12 are simply not visible to PowerQuery. This strange bug does not impact file modifications, i.e. modifications I make to files added to SharePoint before December 12 are captured just fine and the modification date is updated. This rules out that the preview is not refreshing at all - it is simply not taking in new files.
What I have tried
- Rebooting my PC
- Waiting a day or two to see if anything changed
- Refreshing from another pc
- Refreshing from another network
- Connecting to a SharePoint folder via a brand new Excel file
- Connecting from PowerBI Desktop instead of Excel PowerQuery
- Reauthenticating my Microsoft account
- Adding arbitrary files to arbitrary folders - they still didn't show up
- Asking our IT department if they changed my permissions or in any way changed the SharePoint server recently - they did not
Details that might be helpful
- We are working in multiple time zones (UTC-6, UTC, UTC+1)
- The files are .csv
- I am on version 1808 build 10730.20262, 64bit with a Microsoft Office 365 ProPlus
- We were recently acquired, so we got new email addresses with different domains. We still use our old emails for SharePoint authentication, however. We have not lost access to these accounts and I can access Office 365 just fine.
- The issue affects files added after December 12. I see that PowerQuery has problems parsing the dates from SharePoint as they are in mm/dd format and PQ tries to interpret them as dd/mm. This causes all dates where the day value is higher than 12 (i.e. higher than December if it was a month) to throw an error. Since I am not applying any logic to these date values and since it has never been a problem in the past, I have not reacted on it.
microsoft-excel office365 sharepoint power-query
add a comment |
Background
I have a number of different Excel files which connect to a number of different SharePoint folders for a variety of purposes. Each week, new data is exported from our client systems and saved in these folders. Then, the Excel files are refreshed to include the new data. The metrics we get from these PowerQueries are critical to our operations.
Problem
This has been running smoothly for around 6 months until we wanted to update this week. The files were saved in the same folders as always, but when refreshing the file, nothing happened - it does not register the new data, only the old data.
Upon further inspection, I can see that while the authentication to SharePoint works well, the newest file on our SharePoint site (based on "Date created") is from December 12 - and I am writing this on December 20.
From testing a bit more, it seems that all files where the file creation date is later than December 12 are simply not visible to PowerQuery. This strange bug does not impact file modifications, i.e. modifications I make to files added to SharePoint before December 12 are captured just fine and the modification date is updated. This rules out that the preview is not refreshing at all - it is simply not taking in new files.
What I have tried
- Rebooting my PC
- Waiting a day or two to see if anything changed
- Refreshing from another pc
- Refreshing from another network
- Connecting to a SharePoint folder via a brand new Excel file
- Connecting from PowerBI Desktop instead of Excel PowerQuery
- Reauthenticating my Microsoft account
- Adding arbitrary files to arbitrary folders - they still didn't show up
- Asking our IT department if they changed my permissions or in any way changed the SharePoint server recently - they did not
Details that might be helpful
- We are working in multiple time zones (UTC-6, UTC, UTC+1)
- The files are .csv
- I am on version 1808 build 10730.20262, 64bit with a Microsoft Office 365 ProPlus
- We were recently acquired, so we got new email addresses with different domains. We still use our old emails for SharePoint authentication, however. We have not lost access to these accounts and I can access Office 365 just fine.
- The issue affects files added after December 12. I see that PowerQuery has problems parsing the dates from SharePoint as they are in mm/dd format and PQ tries to interpret them as dd/mm. This causes all dates where the day value is higher than 12 (i.e. higher than December if it was a month) to throw an error. Since I am not applying any logic to these date values and since it has never been a problem in the past, I have not reacted on it.
microsoft-excel office365 sharepoint power-query
add a comment |
Background
I have a number of different Excel files which connect to a number of different SharePoint folders for a variety of purposes. Each week, new data is exported from our client systems and saved in these folders. Then, the Excel files are refreshed to include the new data. The metrics we get from these PowerQueries are critical to our operations.
Problem
This has been running smoothly for around 6 months until we wanted to update this week. The files were saved in the same folders as always, but when refreshing the file, nothing happened - it does not register the new data, only the old data.
Upon further inspection, I can see that while the authentication to SharePoint works well, the newest file on our SharePoint site (based on "Date created") is from December 12 - and I am writing this on December 20.
From testing a bit more, it seems that all files where the file creation date is later than December 12 are simply not visible to PowerQuery. This strange bug does not impact file modifications, i.e. modifications I make to files added to SharePoint before December 12 are captured just fine and the modification date is updated. This rules out that the preview is not refreshing at all - it is simply not taking in new files.
What I have tried
- Rebooting my PC
- Waiting a day or two to see if anything changed
- Refreshing from another pc
- Refreshing from another network
- Connecting to a SharePoint folder via a brand new Excel file
- Connecting from PowerBI Desktop instead of Excel PowerQuery
- Reauthenticating my Microsoft account
- Adding arbitrary files to arbitrary folders - they still didn't show up
- Asking our IT department if they changed my permissions or in any way changed the SharePoint server recently - they did not
Details that might be helpful
- We are working in multiple time zones (UTC-6, UTC, UTC+1)
- The files are .csv
- I am on version 1808 build 10730.20262, 64bit with a Microsoft Office 365 ProPlus
- We were recently acquired, so we got new email addresses with different domains. We still use our old emails for SharePoint authentication, however. We have not lost access to these accounts and I can access Office 365 just fine.
- The issue affects files added after December 12. I see that PowerQuery has problems parsing the dates from SharePoint as they are in mm/dd format and PQ tries to interpret them as dd/mm. This causes all dates where the day value is higher than 12 (i.e. higher than December if it was a month) to throw an error. Since I am not applying any logic to these date values and since it has never been a problem in the past, I have not reacted on it.
microsoft-excel office365 sharepoint power-query
Background
I have a number of different Excel files which connect to a number of different SharePoint folders for a variety of purposes. Each week, new data is exported from our client systems and saved in these folders. Then, the Excel files are refreshed to include the new data. The metrics we get from these PowerQueries are critical to our operations.
Problem
This has been running smoothly for around 6 months until we wanted to update this week. The files were saved in the same folders as always, but when refreshing the file, nothing happened - it does not register the new data, only the old data.
Upon further inspection, I can see that while the authentication to SharePoint works well, the newest file on our SharePoint site (based on "Date created") is from December 12 - and I am writing this on December 20.
From testing a bit more, it seems that all files where the file creation date is later than December 12 are simply not visible to PowerQuery. This strange bug does not impact file modifications, i.e. modifications I make to files added to SharePoint before December 12 are captured just fine and the modification date is updated. This rules out that the preview is not refreshing at all - it is simply not taking in new files.
What I have tried
- Rebooting my PC
- Waiting a day or two to see if anything changed
- Refreshing from another pc
- Refreshing from another network
- Connecting to a SharePoint folder via a brand new Excel file
- Connecting from PowerBI Desktop instead of Excel PowerQuery
- Reauthenticating my Microsoft account
- Adding arbitrary files to arbitrary folders - they still didn't show up
- Asking our IT department if they changed my permissions or in any way changed the SharePoint server recently - they did not
Details that might be helpful
- We are working in multiple time zones (UTC-6, UTC, UTC+1)
- The files are .csv
- I am on version 1808 build 10730.20262, 64bit with a Microsoft Office 365 ProPlus
- We were recently acquired, so we got new email addresses with different domains. We still use our old emails for SharePoint authentication, however. We have not lost access to these accounts and I can access Office 365 just fine.
- The issue affects files added after December 12. I see that PowerQuery has problems parsing the dates from SharePoint as they are in mm/dd format and PQ tries to interpret them as dd/mm. This causes all dates where the day value is higher than 12 (i.e. higher than December if it was a month) to throw an error. Since I am not applying any logic to these date values and since it has never been a problem in the past, I have not reacted on it.
microsoft-excel office365 sharepoint power-query
microsoft-excel office365 sharepoint power-query
edited Dec 20 '18 at 13:59
Grobsrop
asked Dec 20 '18 at 12:46
GrobsropGrobsrop
64
64
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386266%2fexcel-powerquery-cannot-find-sharepoint-files-after-a-certain-date%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386266%2fexcel-powerquery-cannot-find-sharepoint-files-after-a-certain-date%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown