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.
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