Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Customized columns with different hierarchy

Hi,

 

I have a request to achieve Customized columns with different hierarchy. 

 

For example,

 

The first 12 columns will use year and month as column and amount as value.

 

The rest 3 columns will have the fixed value which will not have hierarchy and not filtered by slicer. 

here is the Dax

CALCULATE(
SUM(table1[Amount),
'Calendar'[year]=YEAR(Now())-2,
ALLEXCEPT(table1,Category1,Category2)
)
 
Do anyone know if it's possible to achieve above structure of matrix in POWER BI?
 
Thanks!

2 Replies