Last time I introduced how to install re: dash, so next I will introduce the types of visualization Use the previously installed dataset.
SQL query
select date(payment_date), sum(amount) from sakila.payment group by date(payment_date)
Graph
SQL query
select * from Country
If you do not stack it, it will be a strange value
skip
SQL query
select * from Country
Graph
SQL query
select * from Country
Graph
You can see retention etc.
Screenshots are from the Demo page
It seems that it can be used to compare goals and achievements
SQL query
select * from Country
Graph
I tried to put out various graphs. To be honest, there are a lot of things that aren't enough compared to Tableau, but I think it's worth sharing with the team using a browser for free.
For me, it would be nice to do the initial analysis in Tableau, and if you have something you want to share with your team, put it on re: dash.
Or, I think it's a good idea to always manage the target values of the team here and see them in MTG.
Recommended Posts