Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Formula for Brand Value

Hey All, 

 

I have a Brand Name Table relation ship with the Brand Code. I am trying to grab the full brand name from the Brand Name Table. Here is what it will look like with the exception of the #Error. If someone could help with generating a DAX formula to grab the full name from the Brand Name Table. Thanks for your help in advance. 

 

  • If you have a proper relationship setup between the tables and [Brand Name] is a calculated column, then define [Brand Name] as =Related(BrandNameTable[Full Brand Name]).

2 Replies

  • erik_tarnvik's avatar
    erik_tarnvik
    Solution Specialist

    If you have a proper relationship setup between the tables and [Brand Name] is a calculated column, then define [Brand Name] as =Related(BrandNameTable[Full Brand Name]).

    • Anonymous's avatar
      Anonymous
      Not applicable

      Erik,

       

      Thanks for your help! Worked perfect!