Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello everyone!
I'm really a beginner in Power BI and I hope I'm not repeating a question already posted.
I'm currently building a customer database for my company on Excel and using Power BI for visualization. I need to classify customers by domain and product type. However, most customers belong to several domains and produce several products. In Excel, I have written the different fields/products in the same area, separated by a ",". When I'm in Power BI, I want all the customers in a field to appear when I select a field.
To explain it better, it's like having a list of pizza ingredients and wanting to know which pizza contains which type of ingredient.
How can I get Power BI to distinguish between the different pieces of information in the same box? Or how can I create a list and select several choices in Excel?
I don't want to create several lines as this would distort the total number of companies.
Thank you very much for your reply!
Hi @mimimaud
I would recommend you to use Power Query to do transformations if you can. First, divide by separator "," and then when you have multiple columns, select the original ones and click on Unpivot other columns (https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f5882...)
That is, if you have a table with two columns Customer and Products. First divide by "," Product column. You will get something like: Customer Products.1 Products.2 Products.3... Once your table is in this way, select Customer and click on Unpivot other columns.
With this solution, you avoid getting messy with Dax or complex selector...
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
78 | |
58 | |
35 | |
31 |
User | Count |
---|---|
99 | |
59 | |
56 | |
46 | |
40 |