Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
vwiles84
Helper III
Helper III

Monthly Budget to daily

I have a data source that has Date and Monthly budget.  I have been able to expand the month out to individual days and carry the monthly budget told to each row for the expanded dates but I need some additional guidance. How can I create another column that calculates the daily budget for each day of the month based of the month total? Screen shots provided. 

Capture2.PNGCapture1.PNG

1 ACCEPTED SOLUTION
vwiles84
Helper III
Helper III

I found a solution. I created 2 columns with variations of this command: 

Store Target = CLOSINGBALANCEMONTH(sum('2022Targets'[ Target])/(maxx('2022Targets',DATEDIFF('2022Targets'[StartDate],'2022Targets'[EndDate],day))+1),'Date Table'[Date])

View solution in original post

1 REPLY 1
vwiles84
Helper III
Helper III

I found a solution. I created 2 columns with variations of this command: 

Store Target = CLOSINGBALANCEMONTH(sum('2022Targets'[ Target])/(maxx('2022Targets',DATEDIFF('2022Targets'[StartDate],'2022Targets'[EndDate],day))+1),'Date Table'[Date])

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.