Forum Discussion
VALUE or FORMAT error with the same Data Types Help please
Can anyone please help, this is driving me mad
I have a measure as below, and I'm getting the 'Consider using the VALUE or FORMAT' error
I've triple checkled and all data types are dates
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")
1 Reply
- amitchandakSuper User
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")