Using Direct Query I am trying to calculate the difference between budgeted and actual revenue per day, working with a monthly budget that is recorded on the first day of each month.
We have managed to calculate the size of the budget per day for each month, dividing the monthly budget by the number of working days that month. Due to the limitations of Direct Query we use a slicer as an input where one can choose the correct number of working days from a list.
We want to be able to subtract the calculated budget per day from the actual revenue that day. Working with data from Entity Store using DirectQuery, our possibilities are limited and we can not add new tables.
Any ideas on how to do this?
Here is a sample of what we have been able to make so far:
We are using the following tables:
We are also using a standard date table.
Here is the link to a full description of the problem including suggested solutions:
Thanks, Carina