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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
oakgogo
Helper II
Helper II

how to create a table to keep only dimension and maintain relation with orgin table

Hi, here is the data look like:

levelCodeValue
L1a5
L1d9
L1w1
L1da5
L2aadfa10
L2awda1
L3w7
L3tad5
L3a1
L4aewta3
L4fad3
L4adfa1

I want  to create a matrix and the row should the hierarchy of level column, for example, the rows should be L1 -> L2 -> L3 ->L4;

and the expected result like this, note that the orgin table has many table relationships

dimL1L2L3L4cal1cal2cal3
southa     
southd      
northw      
northda      

 

but the data model should not be changed so powerquery is not considered, and many relationship has been built with other dimension tables, so interaction with other tables should be considered.

do you have any solution to built up the hierarchy of level column in order to be able to use in matrix?

Thank you.

 

3 REPLIES 3
Fowmy
Super User
Super User

@oakgogo 


I am not sure if I got your question correctly however based on my understanding I suggest you use field parameters to have multiple fields set up as a single hierarchy.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Ritaf1983
Super User
Super User

Hi @oakgogo 

Can you show the desired result?

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

sure, the result like this,

dimL1L2L3L4cal1cal2cal3
southa     
southd      
northw      
northda      

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