turbot/spotify

Query: spotify_top_genres_by_artists

Usage

powerpipe query spotify.query.spotify_top_genres_by_artists

SQL

select
rag.genre_id,
count(distinct rag.artist_id) as "Number of Artists"
from
r_artist_genre rag
group by
rag.genre_id
order by
"Number of Artists" desc
limit
10;

Dashboards

The query is used in the dashboards: