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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
nafric
Regular Visitor

Data model reletaed question

Hello:

This is the dataset example i got from excel. To make a data modelwhich field i need consider as dim and fact table?

 

Sourc_fileuser_emailsystem_time stamptool Name
\\abcabc@xy.com9:02:12 AMFormula
\\abcxyz@xy.com10:02:12 AMDeveloper
\\abctcx@xy.com11:02:12 AMPython
\\abclkj@xy.com12:02:12 PMR

Appreciate your help.

Thanks

 

1 ACCEPTED SOLUTION
srlabhe
Helper III
Helper III

As per standards the Dim table is the one where you have required dimensions for data analysis. While Fact table normally have corresponsing keys with Facts (measures in it).  This looks insufficient data to decide but you can use email to derive Users Name and put in Dim Table and any count of column which makes meaningful data should work here.

Hope it helps.

View solution in original post

2 REPLIES 2
danextian
Super User
Super User

Hi @nafric 

A fact table stores measurable, usually, numeric data (sales, revenue, transaction volume) which may have a varying degree of granularity (transaction or line item level). A dimension table stores descriptive attributes (customer - customer location, customer email or product - product category, model, color, size, sku). Yours is a user dimension table containing user creation time (possibly) and dev roles.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
srlabhe
Helper III
Helper III

As per standards the Dim table is the one where you have required dimensions for data analysis. While Fact table normally have corresponsing keys with Facts (measures in it).  This looks insufficient data to decide but you can use email to derive Users Name and put in Dim Table and any count of column which makes meaningful data should work here.

Hope it helps.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.