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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
jessimica1018
Helper II
Helper II

Connecting multiple parameters

Hey!! 

 

I don't know if this is possible or if I am going about it the wrong way but I have 3 parameters; division, department, & supervisor. I have all three of the parameters driving slicers and the department one also is driving the columns in two charts. I want the end user to choose like "Account Manager" and the AM supervisor, AM Department and Account Manager fields to all be choosen on all three with one button. 

jessimica1018_0-1709217123020.png

 

I have tried the following but it cause multiple chooses for the same thing (I.e. 3 Accout Manager boxes, I just want one):

Parameter 3 = {
("Account Manager", NAMEOF('Submission Max 1'[Account Manager]), 0,"Account Manager"),
("Client Manager", NAMEOF('Submission Max 1'[Client Manager]), 1,"Client Manager"),
("Recruiter", NAMEOF('Submission Max 1'[Recruiter]), 2,"Recruiter"),
("Account Manager", NAMEOF('Submission Max 1'[AM Department]), 3,"Account Manager"),
("Client Manager", NAMEOF('Submission Max 1'[CM Division]), 4,"Client Manager"),
("Recruiter", NAMEOF('Submission Max 1'[Rec Department]), 5,"Recruiter"),

("Account Manager", NAMEOF('Submission Max 1'[AM Supervisor]), 3,"Account Manager"),
("Client Manager", NAMEOF('Submission Max 1'[CM Supervisor]), 4,"Client Manager"),
("Recruiter", NAMEOF('Submission Max 1'[Rec Supervisor]), 5,"Recruiter")

}

 

All other ways I've tried just throws errors. So it there a way to do this or am I going about it all wrong?
Any help would be much appriciated!
Thank you!! 

1 ACCEPTED SOLUTION

@amitchandak  We ended up finding a work around that does exactly what I needed. Basically created a reference table and connected it to the parameters! 

jessimica1018_0-1709228641400.png


Thanks

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@jessimica1018 , If you select a value in the slicer and you want another slicer to default on any value that is not possible. You can consider a custom visual - Preselected slicer.

 

But if you want filter value on disconnected slicer refer

https://www.youtube.com/watch?v=cyOquvfhzNM

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

@amitchandak  We ended up finding a work around that does exactly what I needed. Basically created a reference table and connected it to the parameters! 

jessimica1018_0-1709228641400.png


Thanks

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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