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
cparker4486
Helper III
Helper III

My data source is a large Excel file. Should I split it into fact and dimension tables?

Hello,

 

I'm dealing with standard invoice data: invoice number, date, price per unit, cost per unit, quantity, salesperson, shipping destination (city, state, ZIP), etc.

 

What is the advantage to splitting that data into fact and dimension tables?

 

 

Thank you.

1 ACCEPTED SOLUTION
djurecicK2
Super User
Super User

4 REPLIES 4
srlabhe
Helper V
Helper V

Below is the advantacge

1. Identify the Key Dimensaions and its details and move those to Dim tables

2. Have the FActs in offcourse in Fact tables so that those can be aggregated in lower level and used accoridngly joining to Dim table

3. Separting the data in Facts and dimensions are nothing but normalizing it to avoid performance issues

djurecicK2
Super User
Super User

Generally, a star schema will give you better performance.

Here is some additional info:

https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/

https://www.youtube.com/watch?v=vZndrBBPiQc

 

After my post, I read on the forum someone describe the fact/dim tables as: facts are values you want to filter by and dims are values you want to summarize.

 

Somehow that made a lot of sense.

 

Thanks for the links.

Yes, I agree with that. You're welcome and happy data modelling 😀

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