The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Question is simple, but I'm totally lost.
I have the next data:
buyerID - OrderId - Rank (1,2,3...meant order index) - Purchase date
123 - 123347 - 1 - 1/1/2019
123 - 123354 - 2 - 1/3/2019
143 - 145347 - 1 - 1/2/2019
145 - 168437 - 1 - 1/1/2019
I need to calculate AVG numbers of days between orders using measure
Thanks!
Solved! Go to Solution.
you would first need to create a calculated column that gets the difference in days between orders
Proud to be a Super User!
you would first need to create a calculated column that gets the difference in days between orders
Proud to be a Super User!
Hi @vanessafvg
Please note (Earlier) is not supported by DAX , you have to find alternative solution.
THNX
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |