Forum Discussion
emmabrice
7 years agoFrequent Visitor
Cash Flow statement
Hi Hoping that someone can help me with forecasting cash flow into the future. I have tables a lot like this previous post https://community.powerbi.com/t5/Desktop/Generating-CashFlow-Forecast-T...
- 7 years ago
You might try:
Quarter Totals = SUMX(SUMMARIZE(tableformonth_year, table[month_year], "quarter totals", [Monthly Drawdown]), [quarter totals]))
PaulDBrown
7 years agoCommunity Champion
You might try:
Quarter Totals = SUMX(SUMMARIZE(tableformonth_year, table[month_year], "quarter totals", [Monthly Drawdown]), [quarter totals]))