Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Scoring Moves using Imported Score Table

Hello,        I am working with two tables and I am trying to find a way to create a column in my main table with a score from my score table. I created the score table in excel with all of the poss...
  • Syk's avatar
    4 years ago

    If the tables are related you could use dax and it would be 
    column = RELATED('scoresheet'[score])