I'm developing an AWS timestream/Grafana dashboard, but I have some problems. I created the database and table in timestream and then in grafana I connected to the timestream datasource.
Now I want to do a dashboard with queries or transformations to display a formula; in my database, I have 2 measures "A" and "B", and I want to display the result of the following: (Dif(A) / Dif(B));
I read the documents but I didn't succeed at doing that.