Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Add in line graph
Good, I'm working on a personal project, and I've stagnated in one step. I intend to make a line graph where the values are increasing, which is shown as in the example. In my document I...
- 4 years ago
Ruben28P That looks good to me, is it giving the results you want? If so please mark it as a solution.
Ruben28P
4 years agoFrequent Visitor
Hola AllisonKennedy
Probé con lo que me pusiste en la contestación, pero me salía error.
Esta puede ser una solución?
xG_Acumulado = CALCULATE(xG_Partidos[Med_xG] , FILTER(ALLSELECTED(xG_Partidos[Minuto]) , xG_Partidos[Minuto] <= MAX(xG_Partidos[Minuto])))
Muchas gracias.
AllisonKennedy
4 years agoCommunity Champion
Ruben28P That looks good to me, is it giving the results you want? If so please mark it as a solution.