Forum Discussion
Handling a one-off starting data point?
Hi RBear,
We can create a measure as below to achieve your goal.
Measure = 100+ CALCULATE(SUM(Table1[Value]),ALLEXCEPT(Table1,Table1[Year]))
For more details, please check the pbix as attached.
Regards,
Frank
- RBear7 years ago
Advocate I
Thanks; I'll take a look at your solution, but in the interim - FYI: when I try to open your file I get an error message to the effect that the file is incompatible with my version of PBI Desktop. I have the most recent (Version: 2.63.3272.40461 64-bit (October 2018)).
- RBear7 years ago
Advocate I
Now that I have tried your measure - close, but no cigar :(
First, Measure appears in the report as a column - that won't work because (i) it presents the same information in all rows, which is superflous and (ii) it has to be presented as a row. The second issue can be resolved by going to the formatting options of a Matrix. Format > Values > Show on rows > On
That options is better, but results in this:
I don't know how to suppress the first two rows displaying Measure, such that only the bold, bottom row appears. The final version should look like this:
- RBear7 years ago
Advocate I
And I just noticed that the measure itself doesn't work: the last column (Total Measure) should have the same values as the 2018 Measure column.