Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

SQL to DAX expression .. Urgent plz ..

Hi All,

Below is the code from Sql .  i need to write the same in the dax expression . all the fields are comin from same table 

 

1) sum( totalmarketvalue) over (partition by account_sys_no, trustee_minor_number) as marketValue,

 

2) sum(totalmarketvalue) over (partition by account_sys_no, trustee_major_number, trustee_minor_number)
/
sum(totalmarketvalue) over () * 100 as actualPercentage,

Urgent plz ..!!!

Thanks

2 Replies