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

How to multiply each row value by a fixed value from another table?

Hi all,

 

Thanks for looking into my query.

 

I would like to add a column to my data by which it multiplies a row in my table (Price) by a fixed value from another table (Brokerage). I would prefer to do this in Power Query as opposed to a measure. The 2 tables are shown below as an example:

edwardroa_0-1661828563637.png

 

The formula is as below:

edwardroa_1-1661828620017.png

 

Thank you so much for your help!

 

Kind regards,

Edward

 

 

1 ACCEPTED SOLUTION
MahyarTF
Memorable Member
Memorable Member

Hi,

1- In Power Query, in the main table, click on the 'Custom Column' in the 'Add Column' tab. 

2- Put the table name in the Box : (for me was 'Sheet139') :

MahyarTF_0-1661848073030.png

3- Expand the new column and click Ok 

MahyarTF_1-1661848128843.png

 

4- then Create new column and do as below :

MahyarTF_2-1661848204023.png

You could change the data type to currency and use it in your visuals

Appreciate your Kudos

Mahyartf

View solution in original post

3 REPLIES 3
MahyarTF
Memorable Member
Memorable Member

Hi,

1- In Power Query, in the main table, click on the 'Custom Column' in the 'Add Column' tab. 

2- Put the table name in the Box : (for me was 'Sheet139') :

MahyarTF_0-1661848073030.png

3- Expand the new column and click Ok 

MahyarTF_1-1661848128843.png

 

4- then Create new column and do as below :

MahyarTF_2-1661848204023.png

You could change the data type to currency and use it in your visuals

Appreciate your Kudos

Mahyartf

Thank you so much for your solution, this is perfect!

amitchandak
Super User
Super User

@edwardroa ,

 

a new column in table 1

 

funded value = [Price]*(1+ Max(Table2[Brokerage]) )

 

or

 

funded value = [Price]*(1+ Average(Table2[Brokerage]) )

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.