Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BarSi1986
Helper I
Helper 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...

 

I can't see edit parameter option anywhere to be honest, can't find it 

 

 

 

1 ACCEPTED SOLUTION

@BarSi1986 , That is because what if parameter sampling.

Better you create your own table using series using generateseries(1,5000,1) and use that

 

View solution in original post

6 REPLIES 6
bcdobbs
Super User
Super User

I'm not sure if you can get back to the GUI but if you click on the parameter table it creates:

bcdobbs_0-1639129886084.png

You can then edit the table definition in the expression bar:

bcdobbs_1-1639129914804.png

Syntax is GENERATESERIES(Start, End, Increment)



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
VijayP
Super User
Super User

@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!




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


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)

amitchandak
Super User
Super User

@BarSi1986 , it should have created a table using generateseries. Go and modify that and try

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)

@BarSi1986 , That is because what if parameter sampling.

Better you create your own table using series using generateseries(1,5000,1) and use that

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.