Forum Discussion
Identify Split Transactions
- 6 years ago
Hi Anonymous ,
Create a measure as below:
Measure = CALCULATE(DISTINCTCOUNT('Table'[Payment Type]),ALLEXCEPT('Table','Table'[Employee name],'Table'[vendor],'Table'[Transaction date]))And you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Hi!
Unfortunately, I am unable to share the data as it is company sensitive - please refer to the example below. What I am trying to do is identify any potential split transactions. A split transaction is when an employee is submitting expenses through different payment methods to avoid providing a receipt and stay under the policy limit. Please note that in the example below the employee name, vendor, and transaction date are the same. This result would allow us to identify which transactions we need to investigate further.
Thanks,
M
Hi Anonymous ,
Create a measure as below:
Measure = CALCULATE(DISTINCTCOUNT('Table'[Payment Type]),ALLEXCEPT('Table','Table'[Employee name],'Table'[vendor],'Table'[Transaction date]))
And you will see:
For the related .pbix file,pls see attached.
Kelly
- Anonymous5 years agoNot applicable
Thank you! It seems like I can make it work with this formula 🙂