Forum Discussion
Anonymous
8 years agoNot applicable
Power BI Formula Help
Hello, I'm having problems getting an expression to work as I am getting the "Expressions that yield variant data-type cannot be used to define calculated columns". This is what I entered "QC...
Greg_Deckler
Community Champion
8 years agoTry using BLANK() instead of "".
You are trying to return a number under one condition and text under the other condition.