Hi,
I have created a dashboard using infinity datasource. I have value from 2 queries as below,
- “where “Month” == ‘Jan’ | pivot count(“Month”)”
- “where “Month” == ‘Dec’ | pivot count(“Month”)”
These two queries are returning the numbers and I am using “stat” visulization to show the numbers. Now I want show the percentage or sum of these two numbers. So I used Expression in grafana and added Math expression $A + $B or ($A/$B)*100. But this is returining no value.
Please help me here to do it in right way to get the number.