Forum Discussion
Anonymous
8 years agoNot applicable
Replicate this SQL in DAX
Hi, Please can someone help me replicate the below SQL in DAX: SELECT c.id AS [c.id] , c.status AS [c.status] , c.script_validation_id AS [c.script_validation_id] , sv.id...
Stachu
8 years agoCommunity Champion
is the new table absolutely necessary? I think it may be easier to write new measure that would calculate whatever KPI you would need to get from the calculated table, rather than creating the table itself. Is that an option?