Forum Discussion
Victormar
2 years agoHelper V
Personalized date filter
Hello community, I have a report where I have visualizations based on the sending date for the data. This data belongs to vehicles, and they also have a contract start date, and a latest sending ...
isjoycewang
2 years agoSolution Supplier
Hi Victormar,
Please consider below measure and add it into the visual level filter. Thanks.
Start from Contract Start Date =
IF( CALCULATE(MIN('Table'[Contract Start Date])) < SELECTEDVALUE('Table'[Sent Date]),1,0)
Best Regards,
Joyce
- Victormar2 years agoHelper V
Thanks for your help. I tried it but the visual doesn't change, it's always the same. Could it be that the filters are not made to dynamically change?
- isjoycewang2 years agoSolution Supplier
It should be able to change. Please share some dummy data and your chart so we could have more information, thanks!