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
CliffordAP
Helper II
Helper II

Difference between what-if parameters and DAX table?

Hello all,

I am looking into ways to have user input for some reports I am making. My first idea was to make dedicated tables that store values for the user to select (like categories, or numbers). On the report level we can make Dax logic for calculations based on the informaiton the user selects from these tables.

 

Then I looked into What-if parameters. I saw 1 example, and I feel like they do the same thing. Defines a table with a set of values defined by what you specify when creating the What-if Parameter.

 

Is there a difference between using what-if parameters and defining DAX tables in the model?

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @CliffordAP 

When you create and use 'what-if parameters'  to visualize variables in Power BI Desktop, it will generate a slicer, a measure, and a Dax table based on "GENERATESERIES" function.

The different from the ordinary Dax table is that it returns a single column table containing the values of an arithmetic series, that is, a sequence of values in which each differs from the preceding by a constant quantity.

For more details, you can refer to the demo provided in the official document.
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if 

 

Best Regards,
Community Support Team _ Eason

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @CliffordAP 

When you create and use 'what-if parameters'  to visualize variables in Power BI Desktop, it will generate a slicer, a measure, and a Dax table based on "GENERATESERIES" function.

The different from the ordinary Dax table is that it returns a single column table containing the values of an arithmetic series, that is, a sequence of values in which each differs from the preceding by a constant quantity.

For more details, you can refer to the demo provided in the official document.
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if 

 

Best Regards,
Community Support Team _ Eason

YukiK
Impactful Individual
Impactful Individual

I don't think there is much difference in each mechanics, but when creating a what-if parameter, it comes with a selectedmeasure. That's the only difference I see. 

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