Forum Discussion

Mahendra_k's avatar
Mahendra_k
Helper I
9 months ago
Solved

SWITCH DAX returning both text and numeric values — numeric values show left-aligned as text

Hi everyone,   I created a SWITCH DAX measure that returns a mix of text and numeric values depending on conditions. Example: Result = SWITCH( TRUE(), Table[Status] = "A", "Approved", Table...