Forum Discussion
Value spread over a date range
You don't really have dates to work with, you have months. (Is it just me or is the month count off? Shouldn't it be 13?)
Either you create fake date values (first of month) or you do your computations without a calendar table. I would prefer the former approach.
Hi,
Actually, it was 13 months, I rectified the date. I didn't quite understand the first solution. As far as I can already extract the month from the date. In addition, there is another rule where if the date is after the 28th of the month, the apportionment will start the following month.
- lbendlin5 years agoSuper User
Then you definitely need a custom Calendar/Dates table. It can be maintained externally (for example an Excel file on a sharepoint) and then consumed as a data source in Power BI.
- Anonymous5 years agoNot applicable
OK, I can't visualize the solution, would you like to exemplify?