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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

6 REPLIES 6
bcdobbs
Community Champion
Community Champion

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors