Forum Discussion
Anonymous
6 years agoNot applicable
Measure for "Earned" returns wrong value
Hi, I am new to Power BI, so apologies if I am doing something completely wrong. I have a table in which each row is a project. Each project has a column called "Phase" which has the foll...
- 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])
Gordonlilj
Solution Sage
6 years agoMy 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])
Anonymous
6 years agoNot applicable
And just like that it works 🙂
I must have confused myself with too many different tables.
This is my first time using Power BI to create a report so even the easy things can seem confusing to me