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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
AtchayaP
Helper V
Helper V

fact table and dimension table

what is the fact table and dimension table?

where is the calculated column is created under fact or dimension?

2 ACCEPTED SOLUTIONS
serpiva64
Super User
Super User

Hi,

you can find complete informations here

https://docs.microsoft.com/en-us/power-bi/guidance/star-schema?source=docs

You can create a calculated column in any table

View solution in original post

truptis
Community Champion
Community Champion

Hi @AtchayaP ,

Fact Table:
It contains all the primary keys of the dimension and associated facts or measures(is a property on which calculations can be made) like count of items, total sales, average of sales etc.
Dimension Tables:
Dimension tables provides descriptive information for all the measurements recorded in fact table.
Dimensions are relatively very small in comparison of fact table.


A fact table holds the data to be analyzed, and a dimension table stores data about the ways in which the data in the fact table can be analyzed.

@AtchayaP you can create columns in any table - Fact or Dim table. 
There are 2 schemas - Star Schema & Snowflakes Schema which require Fact & dimension tables. 

@serpiva64 has mentioned a good link for understanding these schemas - https://docs.microsoft.com/en-us/power-bi/guidance/star-schema?source=docs .

View solution in original post

2 REPLIES 2
truptis
Community Champion
Community Champion

Hi @AtchayaP ,

Fact Table:
It contains all the primary keys of the dimension and associated facts or measures(is a property on which calculations can be made) like count of items, total sales, average of sales etc.
Dimension Tables:
Dimension tables provides descriptive information for all the measurements recorded in fact table.
Dimensions are relatively very small in comparison of fact table.


A fact table holds the data to be analyzed, and a dimension table stores data about the ways in which the data in the fact table can be analyzed.

@AtchayaP you can create columns in any table - Fact or Dim table. 
There are 2 schemas - Star Schema & Snowflakes Schema which require Fact & dimension tables. 

@serpiva64 has mentioned a good link for understanding these schemas - https://docs.microsoft.com/en-us/power-bi/guidance/star-schema?source=docs .

serpiva64
Super User
Super User

Hi,

you can find complete informations here

https://docs.microsoft.com/en-us/power-bi/guidance/star-schema?source=docs

You can create a calculated column in any table

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.

Top Solution Authors