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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Pra2010Gha
Regular Visitor

Hi, I want to create a dynamic table based on user parameter selection.

In my backend table there are products and thier base price. the user will provide a parameter value (discount which varies for each product) and The calculated Selling Price is = base price * selected parameter value(discount).Now if i enter the parameter value it takes same value for all products but I want an out put where there are multiple products entered and different parameter values.Is that possible?

 

eg

Product  base Price 

TV        1000

fridge    250

 

now the out put I want is 

 

Product Base Price   Parameter Value (discount )  Selling Price

TV          1000               5% discount                      950(1000*.95)

fridge      250               2 % discount                      245 (250*.98)

5 REPLIES 5
Rufyda
Kudo Kingpin
Kudo Kingpin

Spoiler
v-pgoloju
Community Support
Community Support

Hi @Pra2010Gha,

 

Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to @lbendlin and @Kedar_Pande  for prompt and helpful responses.

 

As mentioned by the @lbendlin  this functionality is not currently possible in standard Power BI. Parameters apply the same value across all rows, so assigning different parameter values per product isn’t supported yet.

 

Thanks & Regards,

Prasanna Kumar 

Kedar_Pande
Super User
Super User

Create a separate parameter table with products and their discount rates. Use that table in a many-to-one relationship with your products table.

Then create a calculated column:

Selling Price = 'Products'[Base Price] * (1 - 'Parameter Table'[Discount])

 

This allows different discount rates per product.

 

can you please share a pbix file for this? so the parameter table  can take user input with different values for different  products?

lbendlin
Super User
Super User

Not yet possible in standard Power BI.  In Fabric they slowly move towards that with UDFs and Translytical Task Flows.

 

There may be (paid) third party visuals that support that.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.