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 raggroup by rag.genre_idorder by "Number of Artists" desclimit 10;
Dashboards
The query is used in the dashboards: