Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
98 | |
75 | |
69 | |
49 | |
26 |