Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I want to calculate the amount paid by the customer after discount , I want to use two columns from two different tables, the other table has the discount and the other has the total. How do I go about doing that?
Thank you
Hi,
This approach should work
T = sum('Table1'[Total])
D = sum('Table2'[Discount])
N = [T]-[D]
Hope this helps.
| User | Count |
|---|---|
| 50 | |
| 37 | |
| 29 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 73 | |
| 59 | |
| 39 | |
| 22 | |
| 21 |