Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone!
We have a budget table like this:
| Area | Budget | Year-Week |
| A | 5000 | 2020-05 |
Now I would like to divide the weekly budgets by 5 to get the daily budget.
Then I would like get a running total on a daily level.
How is that possible?
I simple DIVIDE is not working.
What did I forget?
@joshua1990 , you want to create a daily allocation table?
You can check this file. Not from the week. But the idea is the same.
https://www.dropbox.com/s/fnq82ksdzk1lqs3/Target_allocation_daily.pbix?dl=0
Why are you not able to divide?
For Week calendar and week related stuff refer these two.
@joshua1990 - Hmm, well here is a measure with a similar goal:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Revenue-Reverse-YTD/m-p/373185#M111
That being said, seems like you might need to use something like GENERATESERIES or something to generate a daily table. Or create a Calendar table with all of your individual days and then create a new column and essentially look up the week in your budget table, get the budget, divide by 5.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 12 | |
| 12 |