Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Main problem, I am trying to make my budget line go a little bit smoother in my FY-graph. It only got rows in the first day in each month and looks like a staircase...
I am calculating the FY cumulative budget and sales with the same formula:
Sales FYTD = CALCULATE(SUM(Sheet3[Sales]), DATESYTD('Calendar'[Date], "30/9"))
Budget FYTD = CALCULATE(SUM(Sheet1[Budget]), DATESYTD('Calendar'[Date], "30/9"))
I also made a formula for the Average budget and it's working, but I can't figure out how to make it cumulative...
Budget Average Per Day = CALCULATE ( AVERAGEX ( Sheet1 , Sheet1[Budget] ), DATESINPERIOD ( 'Calendar'[Date], LASTDATE ( 'Calendar'[Date] ), -1 , MONTH ) )
Anyone got an idea of how to make the average budget added upp on FY total?
Problem:
I made an example for you to try on! 🙂
Hi @MrMarshall,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
Hi @MrMarshall,
I'm afraid there isn't a good way to do that. Because the budget table only has values for the first day of the month. That means the other days of the month will be empty or the same with the first day if we accumulate the values. So there could be always an angle.
How about removing the Day level?
Best Regards,
Dale
User | Count |
---|---|
84 | |
70 | |
68 | |
58 | |
51 |
User | Count |
---|---|
44 | |
41 | |
34 | |
34 | |
30 |