Forum Discussion
Measure for "Earned" returns wrong value
- 6 years ago
My first guess to the issue would be that you're using a hidden table with no relation between the other tables.
Using Unique Projects Data Model instead gives me the result you mentioned
Total Nominal Budget = SUM('Unique Projects Data Model'[Current Client Budget])
Hi,
Try adding 'Unique Projects Data Model'[Phase] = "8. Cash Collected" instead of "8. Cash Collected"
Earned = CALCULATE('Unique Projects Data Model'[Total Nominal Budget],FILTER('Unique Projects Data Model', 'Unique Projects Data Model'[Phase] = "7. Sold" || 'Unique Projects Data Model'[Phase] = "8. Cash Collected"))
Gordonliljit still returns a wrong value.
It seems that it simply returns the [Total Nominal Budget] although I am trying to filter by the specific "Phase".
- Gordonlilj6 years ago
Solution Sage
Is it possible for you to share some sample data?
- Anonymous6 years agoNot applicable
I am not sure how to share the file, shall I take screenshots of some of the tables/measures/others?
- Gordonlilj6 years ago
Solution Sage
To share the file you would could use an online file sharing tool like onedrive or dropbox.
Though sharing the file would be better, screenshots should work fine as well