cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Jameswh91
Super User
Super User

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
Super User
Super User

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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors