Forum Discussion
Anonymous
9 years agoNot applicable
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_tarnvikSolution 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]).
- AnonymousNot applicable
Erik,
Thanks for your help! Worked perfect!