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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I would like to know how can I get the formula on my scenario. I have 2 tables and I need to multiply one column from each table by row level and I need to display the sum total.
Solved! Go to Solution.
Hi @summer18 ,
Here you go. Created a Column on the Twor table as below, looking up the values on the oner table. Just drop on to matrix or in card.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Result = [Value]*LOOKUPVALUE(oner[Amount],oner[ItemNumber],Twor[ItemNumber])
Proud to be a Super User!
Hi @summer18 ,
Here you go. Created a Column on the Twor table as below, looking up the values on the oner table. Just drop on to matrix or in card.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Result = [Value]*LOOKUPVALUE(oner[Amount],oner[ItemNumber],Twor[ItemNumber])
Proud to be a Super User!
Hi @summer18 ,
Anytime! Thanks for laying it out so clearly!
Proud to be a Super User!