Forum Discussion
SUM Today's Value With Past Values
- 3 years ago
Try this
Click here to download solution
how it works ..
this gets the row value
Sales = SUM('Table'[Amount])this gets the cummulative value
Cumulative sales =VAR mymindate = MIN('Calendar'[Date])VAR mymaxdate = MAX('Calendar'[Date])RETURNCALCULATE([Sales],'Calendar'[Date] <= mymaxdate)This gets all sales
All sales = CALCULATE([Sales], ALL('Calendar'))This gets your answer ...
% of all = DIVIDE([Cumulative sales],[All sales])Thanks for reaching out for help.
I put in a lot of effort to help you, now please quickly help me by giving kudos.
Remember we are unpaid volunteers and here to coach you with Power BI and DAX skills and techniques, not do the users job for them. So please click the thumbs up and accept as solution button.
If you give someone a fish then you only give them one meal, but if you teach them how to fish then they can feed themselves and teach others for a lifetime. I prefer to teach members on this forum techniques rather give full solutions and do their job. You can then adapt the technique for your solution, learn some DAX skills for next time and soon become a Power BI Super User like me.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !
Try this
Click here to download solution
how it works ..
this gets the row value
this gets the cummulative value
This gets all sales
This gets your answer ...
Thanks for reaching out for help.
I put in a lot of effort to help you, now please quickly help me by giving kudos.
Remember we are unpaid volunteers and here to coach you with Power BI and DAX skills and techniques, not do the users job for them. So please click the thumbs up and accept as solution button.
If you give someone a fish then you only give them one meal, but if you teach them how to fish then they can feed themselves and teach others for a lifetime. I prefer to teach members on this forum techniques rather give full solutions and do their job. You can then adapt the technique for your solution, learn some DAX skills for next time and soon become a Power BI Super User like me.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !