Forum Discussion
Switching between Order date and Ship date
I've seen a few options on how I can select between two different date columns on the same row but they all go back to "userelationship" or an "if" statement that is needed for every single measure which is slowing down my report dramatically. How do I allow a user to select a date range but by the date column they want and have it apply across all measures/data points? Thanks!
7 Replies
- lbendlinSuper User
What do you not like about USERELATIONSHIP ?
- sefreeman1Frequent Visitor
My understanding of USERELATIONSHIP is that it is on the measure level/calculation only. I'm looking to allow users to look at the same dash but select which date they want to view it by. So I want to see all my measures by order date or I want to see all my measures by ship date. Not necessarily both in the same view.
- lbendlinSuper User
Yes, create separate measures and use them in a field parameter.