Forum Discussion
Fixing table relationships
- 6 years ago
Hi czaldumbide ,
Try to refer to the .pbix file.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi czaldumbide ,
Like this? Maybe you can try again.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- czaldumbide6 years agoHelper II
Hi v-lionel-msft ,
Thanks for the suggestion. I currently do have that relationship between Accounts and Transactions Table, but I saw you did get the right end product. Could you please attach the pbix file so I can take a look at how you did it?
- czaldumbide6 years agoHelper II
In the snapshot you provided I don't see how you use Risk Accounts to filter the table. If you could provide a little more information on how you did it I would appreciate it.
Thanks!
- v-lionel-msft6 years agoCommunity Support
Hi czaldumbide ,
Sorry for the late reply. The reason why I don’t use the User table and the Risk Accounts table is because I think they are meaningless.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- czaldumbide6 years agoHelper II
Hi v-lionel-msft ,
Thanks for your response. I provided a bad example of my transactions table. If you use the following instead, then you will see why you need to include the Risk Accounts Table. You need a way to filter out Account ID #4 from your final output.
4) Transactions Table
Account ID Amount 1 $50 1 $100 2 $50 3 $40 4 $100 5 $70 6 $10 Let me know if you can figure it out now.