The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, I have these two tables in power bi which are connected on the Company Names.
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?
@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]) ) )
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
83 | |
74 | |
52 | |
42 |
User | Count |
---|---|
140 | |
112 | |
72 | |
64 | |
63 |