Forum Discussion
Anonymous
4 years agoNot applicable
Page filters using calculation groups
Hi, I'm currently using a calculation group as a page filter so that all components are filtered by a 12-month period, using the end date of the date slicer (a 'Date Selection' table just used for pa...
- 4 years ago
Items that are not connected to your data model (like your Test Measure) will also not be impacted by filter context. That means if you include these items in your visuals you create cartesian products.
As soon as you tie these items into your data model they will be subject to the filter context and join rules.
AlSnyder
11 months agoFrequent Visitor
This is a simple relationship issue.
A constant measure doesn't have a relationship to your date table. Your IF statement creates a relationship to the date table by checking if the dates are blank and then applying the constant to dates that are not blank.
You may also experience a similar result if you have other measures that produce scalar outputs that also do not have relationships with the date table.