Forum Discussion

comish4lif's avatar
comish4lif
Helper II
7 years ago
Solved

Measures - Row Level vs the Table Level

I have a measure that calculates properly at the row level.   LeagueR1Bi = DIVIDE(SUM('Table 0'[R1_BI]), SUM('Table 0'[R1]))   But I also want to have a version of that calculation at the table ...
  • DaFloDo's avatar
    7 years ago

    hi comish4lif,

     

    try 

     

    TableMeasureIgnoreFilter = DIVIDE(calculate(SUM('Table 0'[R1_BI]); All('Table 0')); CALCULATE(sum('Table 0'[R1]);ALL('Table 0')) )

     

    best regards

     

    florian