Forum Discussion
Generating CashFlow Forecast Tables
- 7 years ago
Hi THEG72
You may create a month table like below first. Then link the two table.
You can get the table with measure like below:
Measure = CALCULATE ( SUM ( Table2[Forecast Monthly Revenue] ), FILTER ( ALL ( Table2 ), Table2[Finish Date] >= MAX ( 'Month'[Month] ) && Table2[Start Date] <= MAX ( 'Month'[Month] ) ) )Regards,
Cherie
Hi THEG72
It seems you may try to use quick measure. Here are some articles for you. If it is not your case, please explain more about your expected output.
https://powerbi.microsoft.com/en-us/blog/quick-measures-preview/
http://www.inecta.com/power-bi-cash-flow-forecast-in-microsoft-d365-business-central
Regards,
Cherie
What i am after is the method to generate table data from the table information i have.
So in the first example Job T1S01, the table output would generate 5 cashflows (as the month span is 5 from Jan to May 2019) i need to generate in table is as follows:
First Jobs Cashflow using Units per Month and Price Per Unit by Month Span
The Cashflow Amount and Dates takes into consideration the number of Monts the cashflow amount will span. The cashflow amount is simply the Units per Month Forecast multiply the Price per Unit
- v-cherch-msft7 years agoMicrosoft Employee
Hi THEG72
You may create a month table like below first. Then link the two table.
You can get the table with measure like below:
Measure = CALCULATE ( SUM ( Table2[Forecast Monthly Revenue] ), FILTER ( ALL ( Table2 ), Table2[Finish Date] >= MAX ( 'Month'[Month] ) && Table2[Start Date] <= MAX ( 'Month'[Month] ) ) )Regards,
Cherie