Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Direct Query - related function

Hi Expert   i cannot get my related table calculated column to work when using direct query in my Power Bi model.. Is this possible? or is there a work around?
  • Anonymous's avatar
    Anonymous
    5 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.