This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
In my table visual, some of the columns (as circled) are showing the total in the total section but others are showing the last month's value. I am not able to understand this. Can someone please explain it? Also, if I need to show only the last month's value of circled columns (Profit Goal etc.), then how do I show it in totals?
Solved! Go to Solution.
Hi @ashwinijain932 ,
The total in visual is not simply the sum of rows, it is also a calculated value that is affected by the formula.
You could use isinscope() function.
new measure = IF(ISINSCOPE([Month]),[Measure],SUMX(ALLSELECTED(table),[Measure]))
Best Regards,
Jay
Hi @ashwinijain932 ,
The total in visual is not simply the sum of rows, it is also a calculated value that is affected by the formula.
You could use isinscope() function.
new measure = IF(ISINSCOPE([Month]),[Measure],SUMX(ALLSELECTED(table),[Measure]))
Best Regards,
Jay
@ashwinijain932 , you need for force sum from line level
Sumx(Values(Date[Month]), [Your Measure])
refer why my grand total is wrong - https://www.youtube.com/watch?v=ufHOOLdi_jk
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 33 | |
| 25 | |
| 24 |