Forum Discussion
Direct Query - related function
- Anonymous5 years ago
According to http://dax.guide/related, RELATED is supported in DirectQuery:
RELATEDTABLE, on the other hand, works only in measures in DirectQuery:
So, if you can't get it to work in the right context, it means you're doing something wrong.
According to http://dax.guide/related, RELATED is supported in DirectQuery:
RELATEDTABLE, on the other hand, works only in measures in DirectQuery:
So, if you can't get it to work in the right context, it means you're doing something wrong.
- Anonymous5 years agoNot applicable
that is what i cannot work out. Exchnage rate table relationship to FACT table is store id to store id.
- Anonymous5 years agoNot applicable
error message when using related
- Anonymous5 years agoNot applicable
RELATED needs a row context to work. Do you have a row context when you use this function above? I can't even tell from what you posted what it is you're trying to achieve...
Are you maybe trying to add the rate to each row in the fact table by creating a calculated column? That would be a VERY BAD IDEA.