Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello PowerBI Pro's !
I have a small Measure that takes Values and divides it with an exchange Rate. Somehow the Totals don't add up correctly even when using sumX.
Total PO Value = SUMX('EKPO (2)', [Net Order Value]) / EKBE[_ExchangeRate]
I made a second Measure without the exchange Rate and there the total is calculated correctly ->
The Exchange Rate Measure looks like this:
Hi @KevBI ,
If I understood you correctly, you could use ISFILTERED() function to calculate the row value and total value separately.
If I misunderstood your meaning, please share some sample data so that we could test the formula.
Best Regards,
Jay
I also tried this Measure out :