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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.