Forum Discussion
Anonymous
5 years agoNot applicable
DAX Measure
Hi, I'm having some trouble coming up with a measure. I have a report that I refresh with new data at the beginning of each month. This new data contains changes to the old daata and new informat...
daxer-almighty
5 years agoSolution Sage
You have to have a relationship defined between the tables. It looks like currently you don't. Hence the filter under CALCULATE has no effect on the calculation.
Anonymous
5 years agoNot applicable
All of the tables in this report are related. I am also using a Date Dimension table which is where the filter is pointing to.