Forum Discussion
Anonymous
5 years agoNot applicable
Argument 30 in Switch function is required
Hi Experts Cannot see what this error message means and how to correct it: SWITCH( SELECTEDVALUE('DimP&L'[Item]), "Gross Sales", SUM('Sales&Ohd_Data_Master'[Gross_Sales_USD])/1000, "Rebate", ...
- 5 years ago
Anonymous In your second to last line, remove the comma or add a default statement like BLANK()
Greg_Deckler
Community Champion
5 years agoAnonymous In your second to last line, remove the comma or add a default statement like BLANK()
Anonymous
5 years agoNot applicable
thanks. Greg....DOH! on my part,....