Forum Discussion
User Entered Value Across All Pages
Hi NJ81858 ,
Try to check if all the what if Parameter are having the correct data type i.e. Numeric data type.
Looks like issue is due to this.
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
- pratyashasamal3 years agoMemorable Member
Hi NJ81858 ,
This issue probably because you have empty strings there, you can check for the blanks or empty strings first .
You can use ISBLANK() for this.
https://learn.microsoft.com/en-us/dax/isblank-function-daxThanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C- NJ818583 years agoHelper IV
pratyashasamal After doing more research, I am unable to use What-If parameters for my solution, as Calculated Columns don't support the use of What-If parameters.