Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Error Handling (like Try-Catch in SQL)

Hey guys,

 

in my project i have a huge sales dashboard with many data sources and querries (SQL-Database, Web-API, OData-Feed, Excel...). One data source is a excel file. The dashboard is live, important for the sales department in their daily work and is refreshed 3 times per day. I fear huge problems (the whole dashboard could crash?), if anyone changes things in excel (e.g. changing columns or changing the sheets).

 

I know from SQL or Python the error handling method "Try-Catch". My idea was, to implement something like that in the power querry for the excel querry. 

 

Is this possible or do you have any other ideas for this problem?

 

Thanks for your help;)

3 Replies