Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

SQL to DAX

Can anyone help in converting the sql query to DAX for creating measures in power BI select R.* from APPS S left Join APPREVIEW R on S.appname = R.appname where S.appname = 'CANDY' and R.appval...