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
Anonymous
Not applicable

multiply parameter value with a column

I want to multiply a parameter value with a column in my table and display the multiplied value in another column (matrix visualization).

 

I have created a what-if parameter as I want the input to be user defined, but I'm not able to figure out the correct DAX formula. I've attached the pbix file below for reference.

https://drive.google.com/file/d/1EAjpBP6U3pH3geX_6RrsY_zOrfEIzGz1/view?usp=sharing 

 

For eg, If I fill parameter as 1.5, the expected output should be:

 

CategoryBalanceMultiplied value
A22143321
B24553682.5
C10261539

 

Please let me know if there's another way to achieve this.

1 ACCEPTED SOLUTION
camargos88
Community Champion
Community Champion

@Anonymous ,

 

You just need to create a measure to multiply the value and the parameter value, like:

_NewValue = SUM('Table'[Balance]) * Parameter[Parameter Value]

 

Check the attached file.

 

Capture.PNG

 



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

Proud to be a Super User!



View solution in original post

1 REPLY 1
camargos88
Community Champion
Community Champion

@Anonymous ,

 

You just need to create a measure to multiply the value and the parameter value, like:

_NewValue = SUM('Table'[Balance]) * Parameter[Parameter Value]

 

Check the attached file.

 

Capture.PNG

 



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

Proud to be a Super User!



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.