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
julien-rivley
Helper I
Helper I

Star schema - Multiple level

Hello,

 

I have a fairly basic question but I can't find the answer...your advice is much appreciated!

I developped my star schema according to 5 dimensions:
Date, Product, Customer, Channel, Data Name.

My fact table therefore has 6 columns:
Date, Product, Customer, Channel, Data Name, Value

Now, I receive some data which are only by some of the dimensions (Example: sales target by Product - Channel).

Would you recommend to create a specific table for this new "data level" or should I put it in my regular fact table with some column defined as "Null"?

 

Thanks!

Julien

1 REPLY 1
dax
Community Support
Community Support

Hi julien-rivley,

 

I am not clear about your requirement if possible, could you please inform me in details?

In your scenario, it seems that you want to show all diemsion column in the same table, right? If so I don't recommend you do this, if you want to achieve this goal, you might need to make sure all dimeniosns have relationship or yuou need to combine them into the same table. Sometimes, it will prompt process error. So I think separate placement is clearer.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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