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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
dillanb123
Frequent Visitor

Creating a measure to swap parameters depending on column value

Hello,

 

I am having issues trying to swap multiple parameters into a single measure depending on a column value.  For example: if we have 2 parameters, [Parameter for Type A Value] = 50, [Parameter for Type B Value] = 100 I want them to show up in a table like this:

 

TypeMeasure Value
A50
B100

 

I have tried something like: Measure Value = if(selectedvalue([Type]) = "A", [Parameter for Type A Value], if(selectedvalue([Type]) = "B", [Paremeter for Type B value]))

 

Any tips for this would be greatly appreciated

1 ACCEPTED SOLUTION
dillanb123
Frequent Visitor

nevermind had to switch selectedvalue() with MIN() and it works now

View solution in original post

1 REPLY 1
dillanb123
Frequent Visitor

nevermind had to switch selectedvalue() with MIN() and it works now

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.