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
kxj54590
Helper II
Helper II

Complex multi layered-parameter scenario modeling analysis

Hello Community Users,

 

I am not sure why my post is not getting answered, i think i posted in the right forum only, if not please correct/guide me.

 

I have a situation, where i need to create dynamic multiple parameters across 30 - 50 products in a more efficient way to represent in the form of a visual within a report page.

For now, I was able to achieve it by passing one parameter as a slicer and dynamically caluclate the tier level across multiple products. Now, I am thinking to a advance scenario where a user wants to see across each product. 

For instance, below file attached has got input (coming from excel) & rate_dynamic table (what-if-parameter) what if i pass each paramter rate value per product name/product ID. The reason behind thinking this kind of approach is because each product name/product ID has got disparate tier range values. So, if a user wants to punch in each rate, to each product and get dyanamic tier level values. How can that be achieved ? Is there any solution to this kinda situation ?

 

https://ucmo0-my.sharepoint.com/:u:/g/personal/kxj54590_ucmo_edu/ETtXmnXWmQ5Isn0qZFzAAuMBzrmGe0GCKg1...

 

 

@ @parry2k @MFelix @amitchandak @PhilipTreacy 

 

 

 

 

 

 

 

 

3 REPLIES 3
MFelix
Super User
Super User

Hi @kxj54590 ,

 

To what I can see from your model , you want the user to change the rate based on a manual input of the user correct. 

 

Changin or adding values to your data model can only be used by using Power Apps or makning a previous input in a spreadsheet or similar and then updating the model.

 

Have you checked the PowerApps visualization, so you can have those inputs dinamic?

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi @MFelix 

I think its a good direction to start for me by leveraging power apps, however, when i was going through the documentation provided, i do see certain limitations to it like need to have latest version, currently I am using Nov 2020 edition which is not a issue, although, the project i am into has certain application usage for development (dont have power apps setup within the project) that entails a road block to solve this complex solution. 

Is there any other work around to it like we can setup a table for multiple products and assign values to each product and then create a parameter?

 

Thanks

Kxj

 

 

 

 

Hi @kxj54590 ,

 

If I understand you correctly, you can create a table with the following setup:

ProductID Values
1 10
1 15
1 20
2 10
2 15
2 20
3 10
3 15
3 20

 

Now you can create a hierarchy slicer for example, or several slicers that are filtered at the product ID and then make you calculation based on the product ID and the values selected.

 

Another option as refered is to have a file that the users can update and then refresh the Power BI and have the results.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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!

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.

Top Solution Authors