Forum Discussion
BarSi1986
4 years agoHelper I
Edit what if param
Dear Comunity, I created What If parameter, but after 2 weeks of production usage there is a need to change its incrementation, now it increments by 100 but need to change step to 1 ....but.....
- 4 years ago
BarSi1986 , That is because what if parameter sampling.
Better you create your own table using series using generateseries(1,5000,1) and use that
VijayP
4 years agoCommunity Champion
BarSi1986
you can do that , Just go to column generated from the Whatif window and you will see the GenerateSeries Function
in that change the increment (final parameter) to what ever value you want!
- BarSi19864 years agoHelper I
ok, it works.....almost 🙂
now if i type, for example 1592 --> it automatically changes to 1590 (incrementation is now by 1...)
so the DAX looks like that:
param value = GENERATESERIES(0, 5000, 1)