IEEE-754 to Float transformation - is it possible?

Hello,

is that possible to implement somehow IEEE-754 to Float transformation?
The values are stored in IEEE-754 format, but on the trend I need to view float representation.
e.g.:
decimal IEEE754 = 1.120.403.456
binary = 01000010110010000000000000000000
float = 100.0

I have js function for conversion. Is that possible to use js-“wrapper” as a transformation function?

Is it possible your values from one numeric data type to another before the data gets pulled into Grafana? That might be simpler…

Further to what Matt said, if you have the ability to do the conversion BEFORE uploading to your time series database, then Grafana will not have to do any transformation.

Node-RED already has a flow for this purpose.