Forum Discussion
Table values don't add up
- 5 years ago
Definite an issue with the source table. I will have to review the set up. Thanks for your help anyway guys
mikesqu , need to check calculation and data for that. Assume total sales is you measure try a new measure like and check
total sales new =sumx(Values(Table[source]),[total Sales])
also refer :https://www.youtube.com/watch?v=ufHOOLdi_jk
- mikesqu5 years ago
Helper I
Interesting video, but it is the total figure which is correct and the values which require changing.
The results are from 2 tables:- Lead table
- Sale table
Both of these have a relationship with the following tables:
- Source table by source name
- Date table by lead creation date / sale date
As you can see below the 8 in the 3rd row needs to be the correct 10. The top table is using the source table, the second table is using the sources from the sales table. Unfortunately I need the source table used so that the correct number of leads are represented.