Forum Discussion
shei7141
Helper III
6 years agocrossjoin 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...
- 6 years agoIt'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.
Anonymous
6 years agoNot applicable
HI shei7141
You have to create your required measure after crossjoining in the new crossjoined table not before it.
- shei71416 years ago
Helper III
thanks heaps mate
the measure is now create but when I am trying to plot it on a simple line graph no values are shown?
- daxer-almighty6 years ago
Solution Sage
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. - v-easonf-msft6 years ago
Community Support
Hi, shei7141
It seems that you have solved this problem.
If so ,please mark the helpful reply as solution to close this thread.Other community members will easily find the solution when they get the same issue.If still need help in measure,please feel free to ask. Thanks a lot!
Best Regards,
Community Support Team _ Eason