Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lcasey
Post Prodigy
Post Prodigy

Incorrect Measure Total

Hello,

 

I am struggling with understanding why measures do not total correctly.

 

In this report ,  I am trying to perform the following calculation while keeping the filter context on the table.

 

IF the Invoice Age is equal to or less than 6,  then calculate the reserve * Current Exchange rate otherwise 0.

 

LTTPEXCHANGE =

SUMX (

    VALUES ( '000_BadDebt'[Document Number] ),IF([AGE] <=6,

MAX('000_BadDebt'[Reserve]) * MAX('00-Bad_Debt_MC'[XCHGRATE]),0))

 

 

Then I simply want to show the reserve needed:  IF the document is <=6 then LTTPEXCHANGE else     [Revalued NET Commision (USD)]

 

 

Reserve Needed = SUMX('000_BadDebt',IF(

    [AGE] <=6,

    [LTTPEXCHANGE],

    [Revalued NET Commision (USD)]

    ))

 

 

However,  the actual row to row calculation works just great, but the actual total does not.

 

How can I get the calculation to work?

 

Thank01.jpg

1 REPLY 1
v-jiascu-msft
Employee
Employee

Hi @lcasey,

 

What's wrong with the total?

Can you share a sample?

What does "the document is <=6" mean?

 

Best Regards,

Dale

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.