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.
I'm struggling to get something really simple correct here.
Current Matrix:
Financials | Actuals | Forecast | VAR $ | VAR % |
Revenue | $9,375,398 | $10,119,803 | ($744,405) | -7.4% |
EBITDA | ($523,357) | ($358,524) | ($164,833) | 46% |
Desired Matrix:
Financials | Actuals | Forecast | VAR $ | VAR % |
Revenue | $9,375,398 | $10,119,803 | ($744,405) | -7.4% |
EBITDA | ($523,357) | ($358,524) | ($164,833) | -46% |
Actuals, Forecast, VAR $ and VAR % are all calculated measures; only the Revneue and EBITDA Row Headers are values from an imported table. I want the VAR % to be negative when comparing the variance of two negative figures; for example in the first table the VAR % vs the Forecast is -46%, since $164k is roughly 46% of $358k.
VAR % Measure:
VAR % = DIVIDE([VAR $], [Forecast])
The measure, ideally, should calculate the variance for the row values of "Revenue" and "EBITDA" in the Financials.
Any ideas?
Solved! Go to Solution.
@williamadams12
You are 100% correct. Please try
VAR % =
DIVIDE ( [VAR $], ABS ( [Forecast] ) )
This doesn't work; it renders positive amounts negative when the $ variance is positive, which is incorrect.
@williamadams12
You are 100% correct. Please try
VAR % =
DIVIDE ( [VAR $], ABS ( [Forecast] ) )
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 |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |