Forum Discussion
owenkosnen
4 years agoFrequent Visitor
Measure cannot be filtered by Date Slicer
Hi, I have a measure that was created via "New Quick Measure" to calculate the QoQ% Change based on a calculated column (just the total of column A + B + C). I'd like to plot these column and th...
TheoC
Community Champion
4 years agoowenkosnen it is likely to do with the relationship you have. Have you established a relationship between the Date table and Fact table. Have you got a Date column in both the Date table and Fact table?
owenkosnen
4 years agoFrequent Visitor
TheoC there is only one source table for all data so maybe we can opt out relationship setups.. (though I just learned that the best practice should be to keep Date Table separated)
- TheoC4 years ago
Community Champion
owenkosnen how are the dates presented in your table? You will need to change the 'Date'[Date] reference in the measures I recommended to your TableName and [Date] column in order for them to work, subject to you have an appropriate Date column.
Hope that makes sense.