Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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?
Thank
Hi @lcasey,
What's wrong with the total?
Can you share a sample?
What does "the document is <=6" mean?
Best Regards,
Dale
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.