Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 4 years ago
If the tables are related you could use dax and it would be
column = RELATED('scoresheet'[score])
Syk
4 years agoResident Rockstar
If the tables are related you could use dax and it would be
column = RELATED('scoresheet'[score])