Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have two tables, each share a common field (General Ledger Account) and I am seeking to compare a value column from each table ('Debits' and 'Base Currency Amount (Dr)').
I am trying to write a measure that will declare whether these match when pivoted based on the General Ledger Account field.
This is my formula:
Can anyone help me fix this, or provide an approach that makes more sense?
Thanks!
Solved! Go to Solution.
Hi @ChrisR22 ,
If this is based on values, I believe that you should use the SUM value and not the SELECTEDVALUE, since this returns the value when the context for columnName has been filtered down to one distinct value only, you can get different results based on the context you give.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @ChrisR22 ,
If this is based on values, I believe that you should use the SUM value and not the SELECTEDVALUE, since this returns the value when the context for columnName has been filtered down to one distinct value only, you can get different results based on the context you give.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português