Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I have the following entities in my source system (simplified for the forum):
Leads
lead_id | created | updated | age | gender | sum_assured | lead_status |
12345 | 2021-01-01 01:00:00 | 2021-01-04 14:23:12 | 45 | M | 100,000 | 4 - Sold |
Note: lead_status gets updated during the sales process from;
1- New > 2 - Contacted
2 - Contacted > 3 - Quoted
3- Quoted > 4 - Sold
Calls
call_id | lead_id | created | duration_seconds |
00001 | 12345 | 2021-01-01 09:32:09 | 0 |
00002 | 12345 | 2021-01-01 10:49:12 | 0 |
00003 | 12345 | 2021-01-02 14:21:56 | 0 |
00004 | 12345 | 2021-01-03 16:45:56 | 45 |
00005 | 12345 | 2021-01-04 14:00:03 | 967 |
Tasks
task_id | lead_id | created | task_type |
00001 | 12345 | 2021-01-03 16:47:09 | Call Back Scheduled |
The current plan for the data model looks like this, in order to report on effort and time taken to get a sale
DimDate - Standard
DimTime - Standard
DimAgeGender - Agebands by Gender
DimSumAssured - Sum Assured Bands
FactCalls - Transaction Fact Table
FactTasks - Transaction Fact Table
FactLeadSalesProcess - Accumulating Fact Table
Is this a sound approach or should i be looking at Calculate Table to aggregate data from the transactional fact tables, i'm a bit confused any help is appreciated.
Best,
yokunade
Hi @yokunade ,
This video can help you model the sales process data:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |