Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
73 | |
65 | |
46 |