Forum Discussion

mikey268's avatar
mikey268
New Member
6 years ago
Solved

LOD Expression from Tableau

hi,   I want to create a calculation on top of a LOD expression similar to this.   MAXSALES = {Fixed Country : MAX(SALES)} which im doing by MAXSALES = CALCULATE(MAX('Table1''Sales'),ALLEXCEPT('...
  • camargos88's avatar
    camargos88
    6 years ago

    Hi mikey268 ,

     

    Try this:

    Measure = SUMX(SUMMARIZE('Table'; 'Table'[Quarter]; 'Table'[Part]; "Total"; MAX('Table'[Cost])); [Total])