Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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
Solved! Go to Solution.
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
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.
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
121 | |
112 | |
59 | |
58 |