Forum Discussion
Whatever1
5 years agoHelper I
Measure 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
5 years agoSuper User
Whatever1 , Try like
AllBig = calculate(sum([Amount]),filter(Table1,Table1[Group]="Big"))
Whatever1
5 years agoHelper I
That makes it show on only one row: