Forum Discussion
shafeeqva
2 years agoNew Member
Please help me on achiving below scenario
Please help me on achiving below scenario
- Anonymous2 years ago
Hi newellaa ,Thanks for the quick reply, you are in the right direction.
Hi shafeeqva ,
The Table data is shown below:
Please follow these steps:
1.Create relationships between tables
2.Use the following DAX expression to create a column
Column = RELATED(City[City])RELATED function (DAX) - DAX | Microsoft Learn
3.Final output
Best Regards,
Wenbin Zhou
Anonymous
2 years agoNot applicable
Hi newellaa ,Thanks for the quick reply, you are in the right direction.
Hi shafeeqva ,
The Table data is shown below:
Please follow these steps:
1.Create relationships between tables
2.Use the following DAX expression to create a column
Column = RELATED(City[City])
RELATED function (DAX) - DAX | Microsoft Learn
3.Final output
Best Regards,
Wenbin Zhou