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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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