Hey all, I'm back with another one. I'm trying to create a trial balance measure in DAX.
=if(isblank(sum(GLSummary[Debit])-sum(GLSummary[Credit])),0,sum(GLSummary[Debit])-sum(GLSummary[Credit]))
I get the error message "Could not add the field "MeasureX" to the PivotTable because the formula is invalid."
I'm pretty confused at this point. Any insight would be greatly appreciated.
=if(isblank(sum(GLSummary[Debit])-sum(GLSummary[Credit])),0,sum(GLSummary[Debit])-sum(GLSummary[Credit]))
I get the error message "Could not add the field "MeasureX" to the PivotTable because the formula is invalid."
I'm pretty confused at this point. Any insight would be greatly appreciated.