Forum Discussion
amrshll123
2 years agoRegular Visitor
GENERATESERIES() Excluding certain values
All, I created a parameter table using the GENERATESERIES function as such: GENERATESERIES(-1, 1.0001, 0.0001) I use these values in a single value slicer to add a difference to a number. How...
- 2 years ago
Your parameter can have a maximum of 1000 discrete values. Your step resolution is too fine, resulting in sampling.
lbendlin
2 years agoSuper User
Your parameter can have a maximum of 1000 discrete values. Your step resolution is too fine, resulting in sampling.