Forum Discussion
Whatever1
Helper I
5 years agoMeasure Only Showing for Some Rows
I have the following data table: I want a matrix that always compares the amounts to the big amounts. I created a measure that I thought would always give me the total of all the Big amounts: ...
amitchandak
Super User
5 years agoWhatever1 , Try like
AllBig = calculate(sum([Amount]),filter(Table1,Table1[Group]="Big"))
Whatever1
Helper I
5 years agoThat makes it show on only one row: