Forum Discussion
PBI Auto-Refreshes Even With Error in Source Data & Refresh Failure Notification not Being Sent
Hi Nonso,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- Nonso1 year agoNew Member
Hi v-ssriganesh Thanks for the support. I've tried all suggested but issue still persist. Do see below an example of one of the errors in the desktop verson but not on the online version. Since the online version isn't picking up the error, there is no notification. Further support is required. Thanks
- v-ssriganesh1 year agoCommunity Support
Hi Nonso,
Thanks for sharing the additional details and the screenshot. The DataFormat.Error: Invalid cell value '#DIV/0!' message you’re seeing in Power BI Desktop suggests that some cells in your source data contain division-by-zero errors.
Please consider below Suggestions:- Replace Errors: In Power Query, select the column with potential errors, then go to Transform tab > Replace Errors, and enter a default value like 0 or null as appropriate.
- Review the source file (e.g., Excel) to identify cells containing #DIV/0! and handle the formulas there if possible.
- Consider using IFERROR() as it allows you to manage errors directly at the source level, thereby minimizing the need for manual intervention in Power Query later.
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Thank you.- v-ssriganesh1 year agoCommunity Support
Hi Nonso,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.