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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
pouriam
Regular Visitor

Rankx by external filter

Hi, I have these two tables in power bi which are connected on the Company Names.

pouriam_0-1701257254401.png


I have a slicer on the company names, so i could select a company, for example Shell PLC, that has Oil, Gas & Consumable Fuels as the industry from table 1. I want to have table visual for table 2, that shows all the companies with Oil, Gas & Consumable Fuels as Industry and a mesure that ranks the companies in that category. How could achieve that? 

1 REPLY 1
amitchandak
Super User
Super User

@pouriam , for that Table 1 should not join with Table 2, it should be a disconnected table. Or have a duplicate table without joining and then create a measure like and use in visual

 

countrows(filter(Table2, Table2[CompanyName] in values(table1[CompanyName]) ) )

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors