March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |