Forum Discussion
Daily Required Run rate
DimaMD thank you for your reply i am taking date column in table visual from calendar date table and now spend values are changing by date(actual table) slicer and planned values are changing by date(planned table) slicer whcih means table is not filtering only by one slicer
Anonymous that's right, my reports also use two date slices
- Anonymous3 years agoNot applicable
DimaMD No problem ...Achieved spends is spends column in acheived sheet and it corresponds to "spend" column in Planned sheet
- Anonymous3 years agoNot applicable
DimaMD cant we acheive this by using one slicer ?
plus in your report have you calculated daily runrate ?
if yes may I have pbix. file for the same
- DimaMD3 years ago
Solution Sage
Anonymous Can you provide non-confidential sample data so I can test something?
- Anonymous3 years agoNot applicable
DimaMD Yes , where should I send you the sample data file? can I have your email address ?
- DimaMD3 years ago
Solution Sage
Anonymous Hi, I have created my test data, please review the file and try to reproduce.
What i did
1 We transfer the plan to the main table (LOOKUPVALUE) - New columplan = LOOKUPVALUE('plan'[plan], plan[Data], 'data'[Dates] )2 We calculate the number of days in a month (Number of days) - new colum
Number of days = DAY(EOMONTH(MIN('data'[Dates]),0))3 We calculate what the plan will be for one day
Plan_one_dates = DIVIDE([plan],[Number of days])4 We allocate a plan for one day in the section of other dates
plan_dates = MAXX(FILTER('data','data'[Dates] <= EARLIER([Dates])),[Plan_one_dates])Result
- Anonymous3 years agoNot applicable
- Anonymous3 years agoNot applicable
DimaMD sum planned is not matching as fir september planned total is 200000 so daily it should be 6666(200000/30) but in my case it is coming 3333 and end total is also not coming correct
- DimaMD3 years ago
Solution Sage
Hi Anonymous Do you have a planned amount of 200,000 for September?
- Anonymous3 years agoNot applicable
DimaMD YES, do you want me to send you my data file ?
- DimaMD3 years ago
Solution Sage
Anonymous Yes
- Anonymous3 years agoNot applicable
DimaMD sharing my dymmy data with you please check
https://globalappsportal-my.sharepoint.com/:f:/g/personal/prajakta_keni_dentsu_com/Eqg95-48_1xLvywddqMSI2gBx8BHjFYxDLwB8mP8fmK0LA?e=pFmEMU - Anonymous3 years agoNot applicable
DimaMD Sharing dymmy data with you please check
https://globalappsportal-my.sharepoint.com/:f:/g/personal/prajakta_keni_dentsu_com/Eqg95-48_1xLvywddqMSI2gBx8BHjFYxDLwB8mP8fmK0LA?e=pFmEMU - DimaMD3 years ago
Solution Sage
Anonymous Thank you for providing the file, but could you explain how you do the calculations, because I don't understand how the amounts are planned, how you calculate them
- Anonymous3 years agoNot applicable
DimaMD Yes ,
1.firstly I am getting acheived data Daily
2.and planned data Monthly,so first Query is to convert it to dailyDaily planned spends= monthly planned spends/no of days in month
(e.g. if my planned spends for oct 22 is 300000 so i want to show is daily 9677 (300000/no. of days in month).
3.once that is resolved i want to show daily required runrate formula for that is
no of days left = end of the month day-current day
(if I select 11th of oct so no of days will be 20 i.e. 31st oct -11oct)
Daily runrate =(Daily planned spends-daily acheived spend)/no. of days left
Attatching an image for better understanding - DimaMD3 years ago
Solution Sage
Hi, Anonymous Sorry for the delay, how do you calculate "Archive spend"? and which column corresponds to the amount in the "Planned Data" table?
- Anonymous3 years agoNot applicable
DimaMD Any luck on this ?
- DimaMD3 years ago
Solution Sage
HI, Anonymous Currently, there are several ideas we are trying to implement.