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

What if parameters on calculated Column

Hi 

I have some a source table that is used for some margin comparisons pulling from an SQL source, it contains a hardcoded percentage increase and a minimum cost value that work fine.

 

The users would like to be able to change the minimum cost value and the percentage increase value for different customers. 

 

I have been looking at the "what if" scenrio and parameters

 

The minimum cost value that has to be applied to each row before aggregating.  I am trying to use a calculated column and parameters but I don't believe this will work, I havent had any success the moment.   


If I can't pass parameters into a calculated column could I use power apps to pass back to the source SQL view and then refresh the power bi report?

If I had the percantage at 10% and the minimum cost at £35, the underlying table would look like this.

id   cost       margin increase   new price

1    30         33                         35

2    40         44                         44

3   20         22                          35

 

thanks for all help.

1 ACCEPTED SOLUTION

I have decided to create a lookup table that holds values and create a view in SQL to handle.

View solution in original post

5 REPLIES 5
v-jayw-msft
Community Support
Community Support

Hi @jasemilly ,

 

What if parameter can be only used in measures not in columns.

Could you consider using measure to achieve this?

 

Best Regards,

Jay

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

I have decided to create a lookup table that holds values and create a view in SQL to handle.

Greg_Deckler
Super User
Super User

@jasemilly You definitely can't use measures to dynamically change column values. Column values are only calculated at the time of data load/refresh. You would use a What If parameter which creates a disconnected table that you would then use in a Measure to perform some calculation, but I am not clear on the calculation you wish to perform.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

I would like the user to be able specify a minimum value using the whatif then checking the value of each row in the underlying table.

if  new cost is less than the minimum it becomes the new value.

 

two parameters 

new minimum cost is      20

percentage increase       10%

 

underlying table

orignal cost    new cost after percentage increse   new cost isn't greater than minimum, so becomes minimum

10                   11                                                     20

                                                                                new cost is greayer than minimum so is ok as is

30                   33                                                    33

amitchandak
Super User
Super User

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.

Top Solution Authors