Forum Discussion
WelterM
Helper I
8 years agoNaN error in Matrix in Desktop
I have added a new column to a table with the following formula: Stages Progressed Last 30D Raw = if('Contact Progress Log'[Log_Date__c] >= TODAY()-30, ('Contact Progress Log'[Status] - 'Contact ...
WelterM
Helper I
8 years agoBoth of those are numeric fields.
RamySaroufim
Microsoft Employee
8 years agoAre they both Integer? Double?
- WelterM8 years ago
Helper I
They are both calculated columns. The calculations are the same for both, with the exception of the column they access:
Previous Status = VALUE(LEFT('Contact Progress Log'[Previous_Status__c], 1))