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
yogeshmaney
Helper I
Helper I

"what if parameters" in a column

Hello,

Can different "what if parameters" be arranged in a column , to have dynamic values

 

Thanks,

 

Yogi

1 ACCEPTED SOLUTION

Hi @yogeshmaney ,

 

We can try to create a calculated table and a measure to meet your requirement:

 

Calculated table:

ParameterName = {"Item1","Item2","Item3"}

 

Measure:

ParameterValue = SWITCH(SELECTEDVALUE('ParameterName'[Value]),"Item1",[Item1 Value],"Item2",[Item2 Value],"Item3",[Item3 Value])

 

1.jpg

 


If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.



Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

The information you have provided is not making the problem clear to me. Can you please explain with an example.

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

Item Parameter Value
Item AParameter 1
Item BParamenter 2
Item CParameter
  

 

Have Created 3 What if parameters, Now Want to arrange /list them in a column , so to have dynamic values for Items.

How can we do this

Thanks,

Hi @yogeshmaney ,

 

We can try to create a calculated table and a measure to meet your requirement:

 

Calculated table:

ParameterName = {"Item1","Item2","Item3"}

 

Measure:

ParameterValue = SWITCH(SELECTEDVALUE('ParameterName'[Value]),"Item1",[Item1 Value],"Item2",[Item2 Value],"Item3",[Item3 Value])

 

1.jpg

 


If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.



Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello ,

Its nice but do we get Total .  

But its awesome.

 

Thanks,

 

Yogi

Hi @yogeshmaney ,

 

We can use the following measure to correct total value:

 

ParameterValue = SUMX(DISTINCT('ParameterName'[Value]),SWITCH([Value],"Item1",[Item1 Value],"Item2",[Item2 Value],"Item3",[Item3 Value]))

 

1.jpg


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Simply Awesome ! No words !

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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