Forum Discussion
Anonymous
6 years agoNot applicable
aggregation
Hi All, I have a position table, in this position table i have created two new columns as col_act (dax as related(acct_num)) and Col_111(dax as related(port_num)) .. i was able to get correct r...
Anonymous
6 years agoNot applicable
i m working in high secured place .. so i cannot give u the file ..
i want aggegation of market vakues by fileds which are from differnet tables
suppose , i have 3 tables .. table1 has acct_num , table2 has port_num and table 3 has market_value. now in dax, i need write a expression to aggegate the market_value group by acct_num,port_num
lc_finance
6 years agoSolution Sage
Hi Anonymous ,
if you create a connection between the 3 tables, then you can visualize market_value by acct_num,port_num even without DAX.
Or you already have a connection between the tables?
Luca