Query: spotify_unique_genres_count
Usage
powerpipe query spotify.query.spotify_unique_genres_count
SQL
select count(distinct genre_id) as "No Of Unique Genres"from r_artist_genre;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_unique_genres_count
select count(distinct genre_id) as "No Of Unique Genres"from r_artist_genre;