Forum Discussion
Difference between what-if parameters and DAX table?
- 4 years ago
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-ifBest Regards,
Community Support Team _ Eason
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.