Forum Discussion
Anonymous
7 years agoNot applicable
Total Value Column Measure
Hi guys, I am trying to create a total values column with the total value (5930) appearing for each row. The total value column i want to make should have 5,930 throughout all the rows but e...
- 7 years ago
Hi Anonymous,
Please modify that measure like below.
Measure 2 = CALCULATE(SUM('Table1'[Amount]),ALLSELECTED('Table1'))Then it will show the sum of amount dynamically based on the filter.
Best Regards,
Cherry
v-piga-msft
7 years agoResident Rockstar
Hi Anonymous,
Please modify that measure like below.
Measure 2 = CALCULATE(SUM('Table1'[Amount]),ALLSELECTED('Table1'))
Then it will show the sum of amount dynamically based on the filter.
Best Regards,
Cherry
Anonymous
4 years agoNot applicable
It's not working in my case, does it work differently if the total of the column I'm trying to have repeated on each row is the total of a measure?
In my case, I have the monthly percentage in each row, and would like to have the total year percentage repeated on the colum besides it (RAMA TEST).
Can anyone help me figure this out?
Thanks!