Forum Discussion
eddie_rasheed
2 years agoNew Member
Unable to reference columns field while creating a calculated column in DAX
Hello, I'm attempting to create a calculated column in DAX to subtract values from two different tables belonging to distinct datasets. I've established a relationship between these tables using a M...
tamerj1
2 years agoCommunity Champion
you can use RELATED function to fetch columns from the BIitems-TI table.
eddie_rasheed
2 years agoNew Member
tamerj1 Thank you for addressing. I'm getting the below error when trying to use related function. I already have relationship between the tables though.
Thannks!