Forum Discussion

vikramd8's avatar
vikramd8
Frequent Visitor
8 years ago

Converting SQL Query to a DAX query

Hi All,    please help me to convert this SQL query to a DAX query.    select b.Name from [CPHS_Dev_New].[Health].[Patient] a full outer join [CPHS_Dev_New].[Common].[Vocabulary] b on a.Smokin...