Hide last level values from matrix table

  • Hide last level values from matrix table

    Posted by DSC Communities on December 28, 2022 at 10:26 am
    • Lucas A

      Member

      December 28, 2022 at 10:26 AM

      Hi everyone,

      I have a matrix table that l need to hide the value of last level.
      Someone can help me with this?

      This is how my data looks like:

      Continent Country State Total
      North America USA NewYork 25
      North America USA Texas 25
      North America USA Florida 25
      North America USA Virginia 25
      North America Canada British Columbia 15
      Asia India Andhra Pradesh 20
      Asia India Tamil Nadu 20
      Asia India Karnataka 20
      South America Brasil SĆ£o Paulo 30


      My expecteds outputs
      : I want to show the output in Matrix table 3 levels (Continent, Country and State) sales. But I only want to see total in Continent and Country Level but if expand to State it should be blank as mentioned below.

      -At Country Level:

      Continent Total
      North America 115
      Asia 60
      South America 30

      -After expand to country level:

      Country Total
      North America 115
      USA 100
      Canada 15
      Asia 60
      India 60
      South America 30
      Brasil 30

      -After expand to state level:

      Continent Total
      North America 115
      USA 100
      NewYork Ā 
      Texas Ā 
      Florida Ā 
      Virginia Ā 
      Canada 15
      British Columbia Ā 
      Asia 60
      India 60
      Andhra Pradesh
      Tamil Nadu
      Karnataka
      South America 30
      Brasil 30
      SĆ£o Paulo


      Thanks,
      Lucas

      ——————————
      Lucas A
      ——————————

    • Vilmar Santos

      Member

      December 29, 2022 at 9:23 PM

      Veja se ajuda

      Total = 
      IF ( ISINSCOPE ( Tabela[State] ), "", SUM ( Tabela[Valor] ) )?

      ——————————
      Vilmar Santos
      ——————————
      ——————————————-

    DSC Communities replied 2 years, 9 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘Hide last level values from matrix table’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!