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
This problem seems simple, but I'm struggling to find a robust solution. I'm modelling person-to-person transactions, where a person can be either a sender or a receiver. I need a single visual slicer that will return transactions where either the sender OR the receiver belonged to a given region.
I've got two tables:
My previous solution was:
That solution is falling apart as I attempt to create measures that use both tables (i.e. filter on Region, create stacked column chart that a) count distinct Sender.IDs that appear in Transaction Table, and b) Person.IDs in Person table that don't appear in Transaction Table).
Any suggestions?
Solved! Go to Solution.
You may refer to the following post.
You may refer to the following post.