Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hello
I am currenty using the multi row card visual to display scores. On the multi row card visuals are names of companies. Is there a way to have a slicer remove the names of companies without removing their data while keeping the name of the company selected in the slicer.
What it looks like now:
Company Name 1 | Score
Company Name 2 | Score
Company Name 3 | Score
When Company Name 2 is selected:
xxxxxx | Score
Company Name 2 | Score
xxxxxx | Score
@Anonymous , Create a table below. Create a many to many join and keep filter direction as Name to your tbale
Name = addcolumns(generate(distinct('Item'[company_name]),selectcolumns(distinct('Item'[company_name]), "_name", [company_name])) , "Final", if([company_name] = [_name], [company_name], "****"))
Use company Name is slicer and final in visual
check this for refrenece
https://medium.com/@amitchandak/power-bi-show-unselected-values-as-others-7d4857b3ceab
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!