Calculating SUM of TOPN rows
Hello everyone! I am trying to compute SUM of TOP N values in a table in a time period specified via slicers using following measures: 1. VolumeSum = CALCULATE(SUM(Volumes[Volume]); Volumes[Dimension]="mln l") 2. VolumeRanks2 = RANKX(ALL(Producers[Producer Eng]); CALCULATE(SUM(Volumes[Volume]); ...