- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Multiply two tables
Dear your help, I have a table made and I need to generate the multiplication of 2 columns that come from different files. uni has the value and the other the quantities in units, both are related by the SKU of the product. Stay tuned
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Syndicate_Admin , You can do that across common dimension
example
sumx(Product, calculate(sum(Table1[Value]) * Sum(Table2[Price]) ) )
or bring in data from one table to another
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you very much, I have solved according to the references of the Youtube videos, although it was not so accurate it helped me to solve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @George_2023
Can you share some sample data of two tables and the expected output in table format? This can help us understand the requirement better and try to provide a more detailed solution.
Best Regards,
Community Support Team _ Jing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Syndicate_Admin , You can do that across common dimension
example
sumx(Product, calculate(sum(Table1[Value]) * Sum(Table2[Price]) ) )
or bring in data from one table to another
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
06-06-2024 04:39 AM | |||
10-22-2024 10:46 AM | |||
08-15-2024 04:39 AM | |||
07-22-2024 04:34 PM | |||
08-14-2023 08:11 AM |
User | Count |
---|---|
141 | |
110 | |
81 | |
61 | |
46 |