Forum Discussion
thangvan
Dec 20, 2021Copper Contributor
Running total in for Month-Year
Hello, can you please help? I have a pivot table that have column Date & Submission. I have grouped DATE by Month-Year. How do I calculate the running total in Month-Year (default option only allow running total in with base value either date, month or year. Thank you.
You may use patterns from Computing running totals in DAX - SQLBI to build your measures for PivotTable.
4 Replies
- SergeiBaklanDiamond Contributor
You may use patterns from Computing running totals in DAX - SQLBI to build your measures for PivotTable.
- thangvanCopper ContributorThank you Sergei, problem solved following your suggestion.
- SergeiBaklanDiamond Contributor
thangvan , glad it helped.
- Martin_WeissBronze Contributor
Hi thangvan
could you please post a screenshot of your pivot, so it will be easier to provide a solution.