Grafana support Result of query in TEXT (HTML/Markdown)

Hi,

I have a question, how to push result of query to TEXT chart or something type chart.
Example:

Query

  • Query: Count total (A)
  • Query : Unique Count (B)
  • Querry : Count with filter (C )

HTML / Markdown (or something):

Total value: $A
Total Unique value: $B
Total value with filter: $C

Result:

Total value: 7
Total Unique value: 8
Total value with filter: 2

where and how do you need to display?

I will show it on dashboard. Extractly, i need it for reporting