Forum Discussion
Anonymous
4 years agoNot applicable
Error handling in dataflow
Hi,
I have a simple dataflow that append a table from several databases for consolidation.
Is there a way to graciously handle errors ? The goal is that the dataflow does not fail in case of connection issue with one of the DB, and still extracts the data from the other ones.
Thanks
2 Replies
- lbendlinSuper User
The usual try ... otherwise... construct should suffice, no?
- AnonymousNot applicable
Hi Anonymous ,
See if this post helps.
https://community.powerbi.com/t5/Power-Query/Help-on-handling-errors/m-p/1943916
Best Regards,
Jay