Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Customized columns with different hierarchy

Hi,

 

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

 

For example,

2.png

 

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!
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , I do not think, Unless you merge transposed data and three-column into a table. That too two headers will not be there. It as good as having all as columns

I created an idea for the same. Please vote for the same: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/39773011-hybrid-table

Hybrid.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , I do not think, Unless you merge transposed data and three-column into a table. That too two headers will not be there. It as good as having all as columns

I created an idea for the same. Please vote for the same: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/39773011-hybrid-table

Hybrid.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak 

Thank you for your suggestion. I have voted on your idea. 

Meanwhile , I will create the measure for each column as a workaround then. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors