Forum Discussion

fhnj's avatar
fhnj
Frequent Visitor
10 months ago
Solved

Ragged Hierarchy no aggregation

I have a ragged hierarchy. I'd like to provide a method that allows users to navigate the hierarchy in a matrix visual without the measures aggregating. Think of it as a lookup while navigating through the hierarchy. 

Sample dataset:

 


Current problem:
The navigation isn't working as needed. I'm using Measure = SELECTEDVALUE( Revenue )  and Sum of Revenue = SUM(Revenue). The Revenue column cannot be aggregated.

At Net Income level, the Measure column should = 46034212
At Net Income | Income level, the Measure column should be = 13688350
At Net Income | Income level | Income/(loss), the Measure column should be = 41581397

5 Replies