The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Power BI community,
Below screenshot you will see two columns - SuiteArea and mR12WeightedGLA. You can see in this screenshot under mR12WeightedGLA, each row is showing a positive value but the total is negative (yellow higlighted).
mR12WeightedGLA refers to the SuiteArea, the formula for it is :
Solved! Go to Solution.
Most likely is that one of the following expressions is negative in the total row:
MIN ( MAX ( DimLease[ExpiryDate] ), [mR12EndDate] )
- MAX ( MAX ( DimLease[BeginDate] ), [mR12StartDate] )
[mR12TotalDays]
Try testing those pieces independently to make sure they're returning what you expect in the total line.
Most likely is that one of the following expressions is negative in the total row:
MIN ( MAX ( DimLease[ExpiryDate] ), [mR12EndDate] )
- MAX ( MAX ( DimLease[BeginDate] ), [mR12StartDate] )
[mR12TotalDays]
Try testing those pieces independently to make sure they're returning what you expect in the total line.