Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Please help convert SQL to DAX?

Hello, I am trying to create a new column in the query editor can someone please tell me the DAX for   case when nvl (STAFF_ABILITY_RESOLVE_ISSUES, 'N/A') = 'N/A' then null else to_number (STAFF_A...