cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
sam_nik12345
Helper II
Helper II

create new column multiplying values from other table

How can a create a new column by multiplying values from other column.

My tables look like below. How do I get reqd column? Kindly help.

 

 

monthvalueqtyreqd
jan21value * qty
feb32value * qty
mar53value * qty

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@sam_nik12345 ,

 

new column

 

reqd = [value] *[Qty]

reqd = sumx(Table,[value] *[Qty])

View solution in original post

2 REPLIES 2
Jihwan_Kim
Super User
Super User

Picture1.png

 

reqd CC =
'Table'[value] * 'Table'[qty]

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


amitchandak
Super User
Super User

@sam_nik12345 ,

 

new column

 

reqd = [value] *[Qty]

reqd = sumx(Table,[value] *[Qty])

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors