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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
vnqt
Helper V
Helper V

slicer with values from 4 other columns

 

Hello,

 

Could you please advise how to create only one slicer with the values of 4 different columns, they all have different values. 

 

I created a table: 

 

vCPU/Memory= DISTINCT (
UNION (
SELECTCOLUMNS (VM, "List", VM[vCPU] ),
SELECTCOLUMNS (VM, "List", VM[Ratio vCPU] ),
SELECTCOLUMNS (VMM, "List", VM[Memory] ),
SELECTCOLUMNS (VM, "List", VM[Ratio Memory] )
)
The problem is to create the relation between this new table with 4 columns in the original table . 
 
Thank you in advance. 
 
2 REPLIES 2
amitchandak
Super User
Super User

@vnqt , explore if Dynamic Slicer using field parameters can help

Power BI- Create dynamic slicers using field parameters: https://youtu.be/H2ZxWaHAJZQ

 

 

Or just drag them in one slicer and create a hierarchical slicer

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-slicer-hierarchy-multiple-fields

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for your reply 

https://youtu.be/H2ZxWaHAJZQ  doesn't work.

These values don't have any relationship.

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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