Forum Discussion
data visualization & complex dax measurements
- 7 years ago
Hi ccastelb,
For the additional question, would you please clarify more details? For exmaple, which column do you want to calculate the average value of it? What's the logic?
Also, does "the days between transfers" mean that the max date intervals for each ticket and each transfer? If right, you may try measure below and check if it can meet your requirement:
Interval = CALCULATE ( MAX ( Table[fecha] ) - MIN ( Table[fecha] ), ALLEXCEPT ( Table, Table[Ticket], Table[from], Table[to] ) )Regards,
Jimmy Tao
Hi,
I dont think i can help here.
Ashish_Mathur Do not worry, I am also very grateful for your diligence when you come to my aid.
For now the only thing that occurs to me to model this issue is to manually perform a calculation that indicates the probability of each group at a given time of the calls and represent it as a line graph with the path most likely to follow the services
Thanks for your interest