Forum Discussion
How to Automatically Reset Slicer Selections When Changing value in Slicer in Power BI?
Thank you for your detailed responses!
However, I am wondering: if SprintKey is increases, does that mean I need to manually create the corresponding 週 (number) in From_EVM_Dates and To_EVM_Dates?
Amyries Good point! The need for a potentially growing set of copies of these columns is the main drawback with this method.
I consider this method a workaround and certainly not good modelling practice. Model table schemas should generally not change over time.
I would only recommending using this method if you can automate the additional columns in Power Query or further upstream. I wouldn't recommend adding these columns via DAX in practice.
Also, it may not be desirable to use this method if the number of SprintKey values becomes particular large.