Forum Discussion

karthik77700's avatar
karthik77700
Helper I
2 years ago

Issue in Matrix Total

Hi ,

I have a  requirment in which  Policy Level total it should be unique for example it should be 80677 not 161354 other total should remain same as it is ,no changes from other total  values .Only Policy Level total should be changed to 80677.Client Id has two Identifiers hence it is summing up but in my requirment it should not sum up for policy level total,if i remove Identifier total is showing as 

Expected result Coverage level total 80677-No change

POlicy Level Total -80677-

Source Client Total -161357

Grand total-161357

Measure used: 

Ret_AMt = sumx(SUMMARIZE('Table','Table'[Policy Num],'Table'[Identifier],"Retained_amt",max('Table'[Ret_Amount])),
[Retained_amt])

 

2 Replies