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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Anonymous
Not applicable

Pro Rata Formula

Hello,

 

I have data that show the actual sales and the budget for each month. Each line is the data is for the full month, not indivudal days.

 

I am ususing a gauge chart and I want a target figure of sales pro rata. So total budget divided by 365 to give me a day target. Then take that day target and multiply by the day of the year for example today 31st may is the 151st day of year

 

Im not sure how to do this, if it shoudl be a measured column or something else?

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi kporteous,

 

Create a calculate column using DAX formula like this pattern:

result =
SUM ( table[budget] ) * table[date]
    / 365

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi kporteous,

 

Create a calculate column using DAX formula like this pattern:

result =
SUM ( table[budget] ) * table[date]
    / 365

Regards,

Jimmy Tao

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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