Forum Discussion

srpeters's avatar
srpeters
Helper II
2 years ago
Solved

Use Different Tables Data In a DAX Column

Hello,   I have three different tables with three different amounts. Two of these tables have different keys and the third table has both of these keys. I also have a fourth table with one of the k...
  • Greg_Deckler's avatar
    Greg_Deckler
    2 years ago

    srpeters Actually in looking at this closer, I believe the issue is that you are using RELATED to reference the same table that you are in, Table3. When creating a calculated column in Table3 that uses a column in Table3, just reference the column, [Column], you do not need to use RELATED and it actually won't work anyway and you will get the error you are receiving.