Devide number with big number

Hello,

I am using “Time Series”.
I have this number: 299,375,929,479,999,600,000,000,000,000 which I want to devide by 10^27 to shift the decimal by 27 places.
I use math(/1000000000000000000000000000)

What I get:

Is this number/devision to big for Grafana to handle?
How can I solve this?

Solved it with a Transformation.

which transformation did you use? change data type? Might be useful for others who land on the topic in the future :+1:

Solution: