Forum Discussion
a__miller
4 years agoFrequent Visitor
Filter showing multiple values
Hi, the filter is showing multiple values when it is only supposed to show the value when the Week Offset equals 0. Is there something wrong with the measure?
Ashish_Mathur
Super User
4 years agoHi,
Ensure that Fical Year, Week offset and Period have all been dragged from the Calendar Table. There should be a relationship (Many to One and Single) between the Date column of the Data Table to the Date column of the Calendar Table. You may simplify your measure to:
= CALCULATE([Cumulative Past Due Backlog - WHSL],'Calendar'[Week Offset]=0)
Hope this helps.