This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a yearly target that I distribute into a monthly cumulative target. I'm using a matrix that resets once a year, and just uses Jan-Dec as columns. Currently looks like this
The code is this:
MonthlySalesTargetEven = (sum(Salesjoin[Forecast2022])/12)* max(MonthIndexOrder[Index])The Forecast2022 table just assigns lump yearly numbers to associates. This is MonthIndexOrder:
However, this code currently assigns all of the current month target (as of right now, September) as soon as there is data for the month, but obviously the actuals are coming in daily, so there's a huge gap until the end of the month.
How do I get the monthly targets to distribute as above, with the current month's value prorated based on what day of of the month it is?
Create a table with a day-granularity instead of month and distribute the values across days. If you then mark your days with a column that tells you which day is in the past (+present) and which is in the future, you'll be able to slice by this "timeslice" and you'll get what you want for the very latest month.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |