Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
A colleague took the Fabric Certification exam and came up with a question that he found confusing to understand. I put it to you:
You have a CSV with the following data:
- SalesTransactionID
- SalesDate
- CustomerCode
- CustomerName
- CustomerAddress
- ProductCode
- ProductName
- Quantity
- UnitPrice
A star schema must be implemented with this data on a Warehouse. The dimension tables will be slow variation tables (SCD) type 2.
You need to design the tables that will be used for sales transaction analysis and load the source data.
What type of destination table should you specify for the CustomerName, CustomerCode and SaleDate fields?
- CustomerCode: Dimension/Fact/Factless fact/Junk dimension
- CustomerName: Dimension/Fact/Factless fact/Junk dimension
- SaleDate: Dimension/Fact/Factless fact/Junk dimension
I'd implement 3 tables:
Customers (dimension table SCD 2):
- CustomerCode
- CustomerName
- CustomerAddress
- StartDate
- EndDate
- RecordID
Products (dimension table SCD2):
- ProductCode
- ProductName
- UnitPrice
- StartDate
- EndDate
- RecordID
Sales (fact table):
- SalesTransactionID
- SalesDate
- CustomerCode
- ProductCode
- Quantity
I don't know if this is the best approach. Anyway, I don't event know which are the correct answers for the question itself.
Any ideas?
Solved! Go to Solution.
Hi @amaaiia,
Thank you for reaching out to the Microsoft fabric community forum regarding your implementation of a star schema for sales transaction analysis.
Based on the data provided in your CSV, here’s an overview of how we can categorize each of the fields:
Your approach to implementing the schema seems correct, and the answers for the question align with best practices for star schema design.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi @amaaiia,
Thank you for reaching out to the Microsoft fabric community forum regarding your implementation of a star schema for sales transaction analysis.
Based on the data provided in your CSV, here’s an overview of how we can categorize each of the fields:
Your approach to implementing the schema seems correct, and the answers for the question align with best practices for star schema design.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi @amaaiia ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hello @amaaiia ,
I wanted to follow up on our previous suggestions regarding Fabric certification question. We would love to hear back from you to ensure we can assist you further.
If my response has addressed your query, please accept it as a solution and give a ‘Kudos’ so other members can easily find it. Please let us know if there’s anything else we can do to help.
Thank you.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |