Forum Discussion
Dynamic range date slicer
Hi lizardi89 ,
The reason the date slicer return this result is because of your data model.
In fact, there is a 1: 1 relationship between the Contracts table and the "Cal Filter" table, and a *:1 relationship between the "Historic Data" table and the "Cal Filter" table (the "1" table to filter the " *" table), so you cannot use the [Sourcename] column to filter out the date range.
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.
Thank you for your help, would there be any way to fix the model to achieve what I need to do?
- v-lionel-msft6 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] & "--" & x2. adding a slicer:
Doing like this also enables dynamic changes.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.