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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Jameswh91
Helper III
Helper III

Using the date number to calculate percentage of monthly budget

Hi, 

 

I've spilt the monthly budget into a daily budget and would like to use the date number to multiply the daily budget to give more context of what products are selling well/not selling well in the current month. Is this possible?

 

e.g date of month is 3rd August and daily budget is £7000 so expected sales are 3 x 7000 = 21000

 

Any help would be very much appreciated

 

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @Jameswh91 ,

 

sure, you can get the day of the month of any given date with the DAY function.

So it would be:

Budget today = DAY( TODAY() ) * 7000

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

Best regards
Denis

Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic

View solution in original post

3 REPLIES 3
NickolajJessen
Solution Sage
Solution Sage

I don't think that will give you the desired result. Following the date will not account for weekends and holidays. etc.

What you are looking for is a measure that counts Workingdays in the current month since the start of the month along with the budget for that month. Divide those two numbers and you'll have your desired result i think. 

selimovd
Super User
Super User

Hey @Jameswh91 ,

 

sure, you can get the day of the month of any given date with the DAY function.

So it would be:

Budget today = DAY( TODAY() ) * 7000

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

Best regards
Denis

Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic

Thanks @selimovd much appreciated.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors