Visualize percentage go green energies

I have a database with different electricity offers made at different times and each one has a percentage of green energy associated to it.

I would like to draw a line chart which gives the number of 100% green offers made on a monthly basis. How cab this be achieved?

You would create a line chart filtering the data on green energy percent is 100, your Y axis is a count aggregation, and your x axis is a date histogram bucketed by month.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.