Forum Discussion
Jayaselvan
3 years agoHelper II
Using many What If Parameters
Hello All, Hope everybody doing well. I have requirement where I have to use 165 user input values. As for my understanding there are two ways of doing it. 1. Using 165 what if parameters. ...
jaweher899
3 years agoImpactful Individual
What-If parameters allow you to create a dynamic report that updates based on the values of one or more parameters that you can change.
Here are some tips for using multiple What-If parameters in a Power BI report:
- Create a separate What-If parameter for each value you want to change dynamically.
- Use the What-If parameters in calculated columns, measures, or DAX formulas as needed.
- Use the RANKX function or similar functions to perform conditional ranking based on the values of the What-If parameters.
- Use the SWITCH function or similar functions to perform conditional calculation based on the values of the What-If parameters.
- Use the ALL function or similar functions to remove filters created by the What-If parameters.
It's important to note that What-If parameters are a powerful feature of Power BI, but they can also slow down report performance if used excessively. To avoid performance issues, use What-If parameters judiciously and only when necessary.