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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Using Multiple What-if Parameters for product mix allocation

Hello,

 

I have an interesting one today.  

 

I have a column with 5 products.  My Table shows these products with the associated revenue and the total at the bottom. 

I am hoping to use 5 what if parameters to create a what-if product mix table.  So if I were to set each what-if parameter to 20%, the total revenue from my first table would be reallocataed in a 2nd table. 

Table 2 below is the expected result based on the parameters. I am having a hard time figuring out what the [New Revenue Measure] should be.  

Table 1			     Paramters			Table 2:	
Product	Revenue		 A	     20%		Product	New Revenue Measure
A	 100 		     B	     20%		A	    200 
B	 100 		     C	     20%		B	    200 
C	 250 		     D	     20%		C	    200 
D	 250 		     E	     20%		D	    200 
E	 300 					            E	    200 
Total	 1,000 					        Total	 1,000 

 

Appreciate any help!! Thank you!

2 REPLIES 2
amitchandak
Super User
Super User

Assume what if measure is a parameter and 20 is the absolute selected value
Measure = Table1[Revenue]* (1+(max(Paramters[ParamtersMeausre])/100))

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

Hello,

 

What if different % are given to different products to see the revenue projection?

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.

Top Solution Authors