Forum Discussion
Add in line graph
- 4 years ago
Ruben28P That looks good to me, is it giving the results you want? If so please mark it as a solution.
Hi Syndicate_Admin ,
My thoughts are similar to AllisonKennedy . You can create the following measure statistics cumulative values instead of the fields in the original line chart visual. I did a test with the following reference:
M_1 =
CALCULATE (
SUM ( 'Table'[Value1] ),
FILTER ( ALL ( 'Table' ), 'Table'[Score] <= MAX ( 'Table'[Score] ) )
)
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Good, I tried it but I can't do it, probably because I don't understand transcribing your nomenclature.
Do something similar, but I don't know if it's correct, because the "total" doesn't appear on the chart like you.
The measure you have passed me could be done with the names of my file?
Thanks a lot. Greetings.