Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello Everyone,
I'd like to divide this montly budget to daily allocation. My budget table is below but by multiple products.
I tried the code below but to no avail:
@ryan_mayu Thanks for the reply.
Below is a google link to the sample budget file. My expected output is to have daily sales next to daily allocated budget.
Hi,
You may download my PBI file from here.
Hope this helps.
your screenshot is not clear
is this what you want?
Measure = sum('Table'[USBudgetAmount])/day(EOMONTH(max('Table'[Month]),0))
Proud to be a Super User!
My desired output is this. Daily allocation of monthly budget
Thanks
you can try this
budget = maxx(FILTER('Table',year('Table'[Month])=year('date'[Date])&&month('Table'[Month])=month('date'[Date])),'Table'[USBudgetAmount])/day(eomonth('date'[Date],0))
pls see the attachment below
Proud to be a Super User!
could you pls provide the sample data (not in the screenshot) and the expected output.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
121 | |
79 | |
48 | |
38 | |
31 |
User | Count |
---|---|
192 | |
79 | |
70 | |
50 | |
42 |