Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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 |
---|---|
84 | |
79 | |
71 | |
48 | |
43 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |