Forum Discussion

JEA6489's avatar
JEA6489
New Member
1 year ago
Solved

Divide by Zero Error Related to Incremental Refresh

I am currently having an issue with incremental refresh. I configure it on the desktop for several tables and refresh the report and it refreshes perfectly. After I publish the report it fails becaus...
  • Akash_Varuna's avatar
    1 year ago

    Hi JEA6489 Issue might be because of the logic please try these 

    • Review your queries for division operations and ensure denominators are non-zero, using logic like 
    IF(column <> 0, numerator / column, 0)​
    • Ensure incremental refresh filters don't create empty or invalid partitions.
    • Test the queries without incremental refresh and check for any zero or null values in your data.
    • Use refresh history in Power BI Service to identify detailed errors.
    • Refresh tables individually to locate the problematic table.