Forum Discussion

Domenico96's avatar
Domenico96
Helper I
11 months ago
Solved

Show total with Hierarchy RLS

Hello,

I have a problem. I have the table dm_territory that filter the ft_visit. I set the hierarchy RLS from the territory to the visit. While the child are correctly showed, I would like to obtain that when a child is filtered, he can also see the total of the parent but without details. 
For example : 

Level1 Level2leve3Visit
A  100
 B 60
  b.120
  b.220
  b.320
 C 40
  c.140


when I enter the report with b1, In my matrix I would like to see the details of 20, but in the total B I would like to see 60 for B and 100 for A, not 20. 

I'm using a simple dax for the visit : SUM (Table[Number of visit])

Thank you 

4 Replies