Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: SSRS DAX Replace NULL Values

    I've tried the below

    EVALUATE SUMMARIZECOLUMNS ('Item'[Category],

    FILTER(

    VALUES ('Item'[Category]),

    ('Item'[Category] <> BLANK ()

    )

    )

    )

    ORDER BY 'Item'[Category] ASC

    But I don't want to filter out the null values, I want to replace them, because If I...

Viewing post 1 (of 1 total)