Forum Discussion
adding columns whose values are also based on scaling values in different table
Hi, alex779
Based on the information you have provided, I created two tables, Table1 and Table2.
Then New Column, multiply ScalingFactor of Table2 and Value1 of Table1 to get a new column.
Column =
Table1[Value1] * RELATED(Table2[ScalingFactor])
This enables calculations across tables, so if you want to do more with your table, provide me with more data.
How to Get Your Question Answered Quickly
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thank you but my tables are NOT of the same size.. So it does not work for me.
My Table1 is like 9000 rows and Table2 (scalingfactors) only 10 rows. I had to rescale each of the 9000 cells IRR in a new column with scaling factors taken from Table2, and add as many columns as the 10 scaling factors..