Forum Discussion

shei7141's avatar
shei7141
Helper III
6 years ago
Solved

crossjoin table not returning any measure

Hi all,   This might be really simple for most of you. I am have the following dax formula to to join two tables:   DatabaseForMonthlyRevised = FILTER(CROSSJOIN(DatabaseTab,'Calendar'),'Calendar...
  • daxer-almighty's avatar
    daxer-almighty
    6 years ago
    It's not a problem of where the measure is hosted but a problem with the measure itself. To a measure it doesn't really matter where it's stored.