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
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
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.