Forum Discussion
Nonso
1 year agoNew Member
PBI Auto-Refreshes Even With Error in Source Data & Refresh Failure Notification not Being Sent
Hello All, I am encountering two challenges with auto refresh on PBI Online and need help. 1. On PBI Online, auto refresh goes through even when there are errors in the source data that feeds...
v-ssriganesh
Community Support
1 year agoHi 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-ssriganesh
Community Support
1 year agoHi 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.