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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
senthilvaithi
Regular Visitor

Filtering and Parameter tables

My requirement is to display the industry a firm belongs to. Several provides like Bloomberg, Bank of Amercia provide this data. I have this in a table like:

Security IDBloomberg IndustryBank Of America IndustryBarclays Industry
1234JUGConsumer SpendingDiscrenary Spending 
1HPK74 ManufactingMachinary

 

I have another table, that has value of each security

Security IDYearNotional Value
1234JUG2024100,000
1HPK74202450,000
   

 

These two tables are joined using security ID. The user can select a industry classification type and display the market value for each industry in that classification type. For example he could pick Bloomberg INdustry classification type to display all bloomberg industries.

 

I have implemented this using parameter table. In the parameter table I have a name column and value points to the column in the security table. Something like:

 

Paramter NameParameter Value
BBG IndustryNameOf(Security[Bloomberg Industry])
BAML Industry

NameOf(Security[Bank Of America Industry])

BARC Industry

NameOf(Security[Barclay Industry])

 

I provided a slicer to select the Industry classification type. And another table that would list all the industries in that classfication type. The slicer is driven by the name in the parameter table.

 

senthilvaithi_1-1722742685976.png

The industry classifcation is driven by the value parameter table. The value changes, based on the selection in the slicer.

 

senthilvaithi_3-1722742764738.png

 

All this works as expected.

My question is if the industry is blank or unclassified in that classification type, then do not show it in the table. I could not add a filter to the table as the industry column changes based on the selection in the slicer.

 

How do I accomplish filtering on the industry? Any help would be high appreciated.

 

 

 

1 ACCEPTED SOLUTION
senthilvaithi
Regular Visitor

Found a solution. https://www.youtube.com/watch?v=-nqEv2YXLsU
Essentially need to create a measure, which takes into account what classification type is selected from the filter context and what is the industry itself and derive a value based on which the visual is filtered.

View solution in original post

2 REPLIES 2
senthilvaithi
Regular Visitor

Found a solution. https://www.youtube.com/watch?v=-nqEv2YXLsU
Essentially need to create a measure, which takes into account what classification type is selected from the filter context and what is the industry itself and derive a value based on which the visual is filtered.

lbendlin
Super User
Super User

have you considered unpivoting the first table to bring it into a more useful format?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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.