Forum Discussion
lizardi89
6 years agoHelper I
Dynamic range date slicer
Hello, I need help with a dynamic date slicer please... So, I have two tables, one with client contract info and another with historic info from multiple clients. I need to have a dynamic dat...
lizardi89
6 years agoHelper I
Hi Lionel,
Thank you for your help, would there be any way to fix the model to achieve what I need to do?
Thank you for your help, would there be any way to fix the model to achieve what I need to do?
v-lionel-msft
6 years agoCommunity Support
Hi lizardi89 ,
For your problem, we can't solve it by modifying the model. Maybe you can do like this:
1. Creating a [Range] column in Contracts table:
Range =
VAR x = TODAY()
RETURN
[Signature Date] & "--" & x
2. adding a slicer:
Doing like this also enables dynamic changes.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.