Anonymous
9 years agoNot applicable
Running total
NAME:
Running total performance measure
DESCRIPTION:
Calculate the running total of some column containing numerical values over any given period of time.
PARAMETERS:
Name: Base val...
Anonymous
8 years agoNot applicable
I have DataSet like Three Years(2016,2017,2018) and Want to show in line chart running total with X-axis as Month of every year and Y-axis having Price. When i implemented this dax for 2016,2017,2018 all are overlapping(having same value).
ArulselvanD07
8 years agoHelper I
Hi Anonymous,
Pls share the data, your current result and the expected results. If possible please share the pbix file as well.
Thanks
- Anonymous8 years agoNot applicable
Thanks I have figured it out where i was wrong. I just updated your DAX as per my requirements. Now its working fine.