March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello!
I have a question, how to calculate and display the LTV (Lifetime Value) percentage of customers?
I still don't have the solution, could anyone help?
Not figuring out how to generate LTV percentage correctly!
Thank you for your attention!
@EduardoAtalaia , LTD you can get like this
LTD(complete till date) =
var _max = if(isfiltered('Date'),MAX( 'Date'[Date]) , today())
var _min = minx(all('Date'), 'Date'[Date]) // or minx(allselected('Date'), 'Date'[Date])
return
CALCULATE([net] ,DATESBETWEEN('Date'[Date],_min,_max))
% depend on what you want
Would that date be from the dCalendar or order date?
Percentage would be total LTV, for example:
customer-1 $1000 % what percentage
Customer-2 $4500 % ||
Customer-3 $4000 % ||
total $9500
The doubt how to calculate the percentage!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
84 | |
66 | |
54 | |
43 |
User | Count |
---|---|
200 | |
107 | |
96 | |
64 | |
56 |