Forum Discussion
PBI_newuser
5 years agoPost Prodigy
How to plot cumulative target line
2 Replies
- amitchandakSuper User
PBI_newuser , In the line plot you can use the markers
Under Shape-> Line style - Dotted/dashed
Cumulative formula (in case you do have a formula)
Cumm Sales = CALCULATE(SUM(Table[Amount]),filter(allselected(Table),Table[Time] <=max(Table[Time])))
- PBI_newuserPost Prodigy
Hi amitchandak , I have created cumulative hours measure in the file but it doesn't allow me to add the target line in the chart. Please advise how to do so.