Forum Discussion

AndrejZitnay's avatar
AndrejZitnay
Post Patron
4 years ago
Solved

Actual vs Budget problem with Invoices

Hello all, I have issue with my visual.   PBIX can be downloaded from this link. Slow Free dowload should take 12 seconds.   https://ulozto.net/file/IvbI0fYg7rAG/actual-vs-budget-problem-with-...
  • HotChilli's avatar
    4 years ago

    Budget and Variance values in the pictures provided don't match the data in the pbix. 

    However, the problem is that you don't want to show values at the Invoice level so what about changing the measures to be like:

    Budgets = IF (ISINSCOPE(Actual[Invoice]), BLANK(), sum(Budget[Budget]))

    ,

    the Variance measure will also need changed.

    Let me know what you think.