Forum Discussion
stevie_westside
Helper I
2 years agoDate Parameter Based on Fields Not Working with USERELATIONSHIP
I am at a dead-end trying to figure out why my date table, on it's own, works just fine with all my measures, but will not work with my Parameter ( New parameters > fields > then the date fields I cu...
TheoC
Community Champion
2 years agostevie_westside I'm going to go out on a limb here and say it may be associated with the fact that you're using Calculated Columns to attempt this (by their nature, they're static). You'd probably need to integrate USERRELATIONSHIP with a Measure (first option). Otherwise, you could test it with a direct relationship in Model view.