Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe 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.
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?
Solved! Go to Solution.
Hi kporteous,
Create a calculate column using DAX formula like this pattern:
result = SUM ( table[budget] ) * table[date] / 365
Regards,
Jimmy Tao
Hi kporteous,
Create a calculate column using DAX formula like this pattern:
result = SUM ( table[budget] ) * table[date] / 365
Regards,
Jimmy Tao
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
78 | |
52 | |
38 | |
35 |
User | Count |
---|---|
93 | |
75 | |
55 | |
52 | |
47 |