Forum Discussion
Need help with the dax
- 3 years ago
Add the Request ID field to the visual and you will see why the values are "different "
They do work. In your example, if you look at the detail of the rows in the dataset for the filtered sample, you will see why the SUMX returns a higher value.
The temp measure only looks at the dates in the filter context; the SUMX computes the date calculation row by row and then adds up the result of each row. There are two rows for each Expected Return Date and the Request ID field makes each of the rows unique. So there are 4 rows over which the SUMX calculation is carried out:
Edit to add: Avivek
PaulDBrown,I do not follow exactly what you are trying to say.
Certain places it shows me the correct value and certain places it shows differences in the values.
There are 2 issues to be seen here, firstly late return shows a different value from late return temp and on calculation this should be around 71%.
Firstly the late return is probably summing up the late return and secondly the late % value is also not showing the right value
- PaulDBrown3 years agoCommunity Champion
Add the Request ID field to the visual and you will see why the values are "different "