Forum Discussion

CliffordAP's avatar
CliffordAP
Icon for Helper II rankHelper II
4 years ago
Solved

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). ...
  • v-easonf-msft's avatar
    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-if 

     

    Best Regards,
    Community Support Team _ Eason