Forum Discussion
Anonymous
6 years agoNot applicable
Using slicer in summarised table
I have below DAX: SUMMARIZE(Filter(Table ,Table[type trans]="Invoice") , Table[As of Date] , Table[account_cd] , "DBE", if([Measure 01]>0,[Measure 01],blank()), "CRE", if([Measure 01]<0,[Measu...
Anonymous
6 years agoNot applicable
I performed summarise inside a measure and its now working