Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to format: Row has more than one value for a column (parameter)

Newbie here. I am looking for the right keywords or a solution or concept for the following problem:

 

Context: I want to analyze Spotify data. For this I have the artists with their respective IDs and their genres (the rest is not relevant at this time). I now want to configure my genres column that I can filter the artists based on the top 10 predefined genres and that they appear on filtering only one genre or on several.

 

image.png

 

 

image.pngMy approach: I have created columns with top 10 genres which output True or False. If I now want to filter this with the data slice Visual a hierarchy is created (genre_pop, genre_hiphop, genre_rap, etc.). But I dont want a hierarchy.

 

Another solution would be to add one genre per series entry, but then my dataset becomes extremely much larger because each artist appears multiple times so that they belong to the required genres.

 

image.png

 

 

Is this requirement solvable? Is there any kind of concept for this? (e.g. an auxiliary table or kind of a list in a column)

Thanks for the help in advance!

 

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@Anonymous I'm not quite sure what you are doing but what I would do is split the genre column on "," and then unpivot the resulting columns. Then the problem is pretty trivial.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
Greg_Deckler
Super User
Super User

@Anonymous I'm not quite sure what you are doing but what I would do is split the genre column on "," and then unpivot the resulting columns. Then the problem is pretty trivial.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler Thank you! This works perfectly!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors