Polar chart in Dashboard

Image

 

This is a simple chart to generate. It needs only X and Y values

select film_id x
,count(inventory_id) y1
from inventory
group by film_id

Excel Dashboard           OR           Access Dashboard

Post a Comment