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
Account code cannot be used in table since we require table in summarised format.
Measure 01 has positive and negative values , positive ones has to be grouped under debit and negative under credit based on As of date and account cd.
Measure 01 has following DAX = Sum(Table[Amount]) , and when we select a particular type trans only amounts pertaining to that should be used.
amitchandak
Super User
6 years agoAnonymous , if your formula is correct then just remove that from the filter and add to the slicer. As long as tables are connected it should filter