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.
Hi all,
I have a requirement to display budgets vs actuals in a somewhat unique way.
Budgets are set at the Program Level
Actuals are set at the Project Level
The client would prefer the matrix/table be able to display the information as:
Program | Project | Budget | Revenue | $ Remaining |
MyProgram | 200,000 | 135,000 | ||
Project A | 40,000 | |||
Project B | 10,000 | |||
Project C | 15,000 | |||
MyOtherProgram | 50,000 | 49,000 | ||
Project D | 1,000 |
So far I am working on the Budget and Revenue (actuals) measures, with some success.
Budget: IF(HASONEVALUE('Projects'[Project Name]), BLANK(), CALCULATE(SUM('Project Budget'[Budget Amt])))
Revenue: IF(HASONEVALUE('Program'[Program Name]), BLANK(), CALCULATE(SUM('Project Actuals'[Revenue]))
Any suggestions are welcome.
thanks
Dave
Solved! Go to Solution.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Awesome suggestion - thanks Allison.
That DAX function is exactly what i was looking for.
Dave
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 |
---|---|
17 | |
10 | |
9 | |
8 | |
6 |
User | Count |
---|---|
20 | |
19 | |
19 | |
13 | |
10 |