Forum Discussion
VALUE or FORMAT error with the same Data Types Help please
- 3 years ago
Pricey79 , N/A trying make it as test, both then and else should be text
Measure =
COALESCE(divide( CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])),
'Table 1'[record_id] <= 'Table1'[due_date])
,
CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])))), blank() )or
Measure =
COALESCE(divide( CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])),
'Table 1'[record_id] <= 'Table1'[due_date])
,
CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])))) & "", "N/A")
Pricey79 , N/A trying make it as test, both then and else should be text
Measure =
COALESCE(divide( CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])),
'Table 1'[record_id] <= 'Table1'[due_date])
,
CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])))), blank() )
or
Measure =
COALESCE(divide( CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])),
'Table 1'[record_id] <= 'Table1'[due_date])
,
CALCULATE(COUNTA('Table1'[record_id]) ,NOT(ISBLANK('Table1'[date_closed])))) & "", "N/A")