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

Join 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.

Reply
rschaudhr
Resolver II
Resolver II

select a value from company from slicer should return companies from the industry it belongs to.

I have a company name slicer and it shows only value of the company I have selected as shown below:

rschaudhr_0-1705518394890.png

In the above example, I have selected LiveWorld, Inc and it belongs to industry called Internet software & service. However, what I want to do is I want to select LiveWorld, Inc and it should return all companies in the indusrty in my case internet software & service. It should look like below:

rschaudhr_2-1705518684744.png

 

So, In the above example I have selected LiveWorld and it is returning all the companies within Internet software and services belong to. 

 

Also, company name and industry are one table. 

 

I hope this is clear. 

 

Thank you in advance.

5 REPLIES 5
gadielsolis
Super User
Super User

The detail you want to show for the selected company is the industry only or there are other details from different tables yoy want to show?

gadielsolis
Super User
Super User

Hello,

 

My suggestion would be the following:

 

     1-Create a new table with the fields company and industry (this can be achieved using summarize)

gadielsolis_0-1705519633627.png

     2-Create a slicer with the field Company from the new table

gadielsolis_1-1705519682336.png

     3-Use the following dax to filter the values based on the selected company in the slicer:

gadielsolis_2-1705519724430.png

     

Then you can add the company field in a matrix (the one from the original table) and the measure in values and this will be filtered based in the industry assigned to the selected company in the slicer:

 

gadielsolis_3-1705519781683.png

 

Another thing I have noticed is that if I bring in additional fields in the filter table, it shows the first value only. 

 

rschaudhr_1-1705530266103.png

 

Thank you for your replay. It worked perfectlyfor what I had asked.  However, I do want one visual that will show the details of the company I had selected. So, in essence, I am looking for one visual that has details on one company and another visual that has details on all the companies within the industry of the selected company. 

Another thing about this  I have brought in other fields in summarize filter table and it seems that only the first value is displayed. 

 

rschaudhr_0-1705530187393.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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