Forum Discussion
nmasimore
Helper I
4 years agoNeed PBI to Continue Refresh if a Particular Dataset Refresh Fails (Try-Otherwise) - ODBC/OLE Error
Hello! I have built an M-Query script (lets call it Script A) that combines Excel spreadsheets in an on-premises folder into one large table. However, if one of these excel spreadsheets is format...
- 4 years ago
Are you combining Script A and Script B together?
If so, I think you'll have more luck returning an empty table rather than a string. That is, #table({},{}) instead of "failed".
AlexisOlson
Super User
4 years agoAre you combining Script A and Script B together?
If so, I think you'll have more luck returning an empty table rather than a string. That is, #table({},{}) instead of "failed".
nmasimore
Helper I
4 years agoAlexisOlson Thank you this worked!