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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
chrisdiekvoss
Frequent Visitor

Using a Parameter to switch multiple attributes across multiple visuals

I am a attempting to create a user experience on the same report page for two different audiences (an owning group and a recycle group) on this page there viz for the # Applications and another for Recycle Minutes on both viz I would like to switch between the Team and Area for the seelected group. 

 

Field parametes can't handle the compexity and a calculated measure doesn't validate for dimensional attributtes so I am trying with a calculated column (I know these are frowned apon), the Dax validates but the selected value does not populate, it has 1 blank row with the metric. 

 

See attached workbook, I feel like I am either overlooking something simple or just taking the wrong approach, any guidence would be greatly apprciated.   

chrisdiekvoss_0-1716591200196.png

Show View By Team = switch (True(),'View By'[Selected View By] = "Recycling",'Data' [Recycle Team], 'View By'[Selected View By] = "Owning", 'Data' [Owning Team])

 

Show View By Area = switch (True(),'View By'[Selected View By] = "Recycling",'Data' [Recycle Area], 'View By'[Selected View By] = "Owning", 'Data' [Owning Area])

2 REPLIES 2
danextian
Super User
Super User

Hi @chrisdiekvoss 

 

See attached workbook?
You might have forgotten to post a sample data. You can post a link to an Excel file in the cloud.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Sorry, i thought i could attached a workbook, here is the sample data.

ApplicationOwning AreaOwning TeamRecycle AreaRecycle TeamRecycle Time
A

OA1

OT20RA1RT1010
BOA1OT20RA1RT1020
COA1OT25RA1RT1030
DOA2OT30RA1RT1040
EOA3OT30RA1RT1550
FOA3OT30RA1RT1560
GOA3OT30RA2RT2070
HOA4OT40RA2RT2080
IOA4OT50RA2RT2090
JOA4OT50RA2RT2095

 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.