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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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