Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
  • DataLens Gallery
  • Audit Trails events

Division by zero

Written by
Yandex Cloud
Updated at July 9, 2025

ERR.DS_API.DB.ZERO_DIVISION

An error occurred when dividing by zero in a query.
The data source does not support dividing by zero.
Check your formulas and fix them.

For example, if the error was caused by this formula:

[A] / [B]

You can rewrite it as follows:

IF([B] != 0, [A] / [B], NULL)

Alternatively, you can use another numeric value instead of NULL, depending on the result you need.

You can also use the DIV_SAFE and FDIV_SAFE functions that can handle division by zero.

Was the article helpful?

© 2025 Direct Cursus Technology L.L.C.