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.
daxer-almighty
Solution Sage
6 years agoIf you want to change the hosting table for a measure... then you either do it manually one by one using the ribbon or you can do it all in one go using Tabular Editor.
shei7141
Helper III
6 years agothanks mate - I will give this a go now