Forum Discussion

mrothschild's avatar
mrothschild
Continued Contributor
7 years ago
Solved

adding columns to re-flatten data?

This strikes me as solving a problem that the architecture is meant to avoid, but I have two related tables.  The first: SummaryInput, has unique rows of [Asset ID].  The second, AssetReturn, has a b...
  • Ashish_Mathur's avatar
    7 years ago

    Hi,

     

    In the Asset return Table, write this calculated column formula

     

    =RELATED(SummaryInput[Yield])

     

    Hope this helps.