Forum Discussion
Anonymous
5 years agoNot applicable
Generate Series input value
Hi Expert I have a strange situation Generate a series Ventana = GENERATESERIES(0, 9999, 1) I want the user put the input value and then get the value and do some calculations. The problem ...
- 5 years ago
You have fallen victim to the sampling monster.
Nothing you can do about it - except for using (much) smaller ranges or larger interval steps.
Anonymous
5 years agoNot applicable
Hi!
First created manually the same "what if" parameter structure, and then try create a What if parameter, but using the what if parameter have the same problem
the result is a "table" with this two fields:
1)List of values result with the generate series
2) field that get the value:
Value = SELECTEDVALUE('Table'[listavalue])
Thanks!
lbendlin
5 years agoSuper User
That sounds correct. Would you be able to post a sample pbix file?