Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
I have a requirement which needs your advice
Assuming I have data below
Customer | createTime | closeTime |
a | 2018-09-11 | 2018-09-23 |
b | 2018-09-11 | 2018-09-25 |
Expecting the result below
Time | CreatedCustomer | ClosedCustomer |
2018-09-11 | 2 | 0 |
2018-09-23 | 0 | 1 |
2018-09-25 | 0 | 1 |
|
|
|
|
|
|
How can I achieve this?
Solved! Go to Solution.
HI @dmzhou,
You can refer to below link to create new table with expand detail date, then use this table to summary and calculate on records between two date columns:
Spread revenue across period based on start and end date, slice and dase this using different dates
Regards,
Xiaoxin Sheng
HI @dmzhou,
You can refer to below link to create new table with expand detail date, then use this table to summary and calculate on records between two date columns:
Spread revenue across period based on start and end date, slice and dase this using different dates
Regards,
Xiaoxin Sheng
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |