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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors
Top Kudoed Authors