Hi guys!
Can anybody help me?
I have a table with my sales (Vendas table). These sales can be received in installments (Column Qtde de Parcelas)
I have another Receipts table (Table Recebimentos). It contains all payments made from sales.
I need to check if the sale was received, so I created a new table performing a merge between the ID.
When I perform the sum of the GROSS VALUE column (column VALOR BRUTO), it adds up all the lines, which is the amount of installments that the sale has. How could I perform this sum by ID?
As a final result I would like to check if the total amount of the sale has already been paid or if there are still open installments
Solved! Go to Solution.
Why don't you switch to a DAX Measure? If I were you I'd proceed this way:
- Start with setting up the relationship on Stone ID (apparenty 1 to Many from Vendas to Recebimientos)
- In a table (or matrix) visual, add:
Hi @kafreitass ,
try this measure
Why don't you switch to a DAX Measure? If I were you I'd proceed this way:
- Start with setting up the relationship on Stone ID (apparenty 1 to Many from Vendas to Recebimientos)
- In a table (or matrix) visual, add:
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
102 | |
79 | |
71 | |
48 | |
47 |
User | Count |
---|---|
157 | |
89 | |
81 | |
69 | |
67 |