Forum Discussion

vojtechsima's avatar
vojtechsima
Super User
4 years ago
Solved

Matrix - Total to All when filtered

Hi, guys, I am quite struggling with this one: I need this table: BU Something Total by BU Total by Item Total by selected BU Elle 5500 7068927 6500 8608966 Louis 1000 1540039 ...
  • vojtechsima's avatar
    vojtechsima
    4 years ago

    Hi, amitchandak 
    I am a bit embarrassed that I didn'T figure this out, however, I managed to fix it by referencing the previous measure and adding the ALL filter.

    var __calc = CALCULATE('sample'[AllexceptBU], ALL('sample'[BU]))
    return __calc

    However, I appreciate your time and effort. Thank you