Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 everytime i try to make a measure with such as sum(Values) , it ends up just giving me the value for each row rather than the value for every row.
Can anybody help?
Solved! Go to Solution.
Hi @Kote101,
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
Hi @Kote101,
Please try the measure below.
Measure 2 = CALCULATE(SUM('Table1'[Amount]),ALL('Table1'))
Here is an example.
If you still need help, please share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
Hi @Kote101,
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
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!
Hi @Kote101
I'm afraid you provide too little info for a clear answer.
To get rid of the filter from the rows, try SUM(ALL(YourTableName[Values]))
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |