Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi everyone,
I'm facing a bit of a puzzling issue with an existing dashboard I'm working on. The dashboard contains many interconnected files, and I've recently added a new dataset that isn't linked to the others. This dataset includes a text column and a numeric column.
I created a table visualization to display this data. The table correctly shows the text and corresponding numeric values, and I’ve enabled the "Total" row in the visualization settings. However, the total row doesn’t appear, and I also don’t see the summation (Σ) symbol next to the numeric field in the field list.
I’ve tried so far:
Interestingly, when I use the same dataset in a new dashboard, the total row appears as expected, and the summation sign is visible next to the field.
Has anyone encountered this before? Why would the total row and summation sign be missing in the existing dashboard but show up in a new one, even though the field data type is correct?
Any insights or suggestions would be greatly appreciated!
Solved! Go to Solution.
@0Experience do you have calculation groups in your model? It stops you to use implicit measures. Add a measure, and use it in the visual.
Sum = SUM ( Table[Column] )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
You should accept reply as a solution that solved the issue not your own reply, although it doesn't matter @0Experience
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@0Experience do you have calculation groups in your model? It stops you to use implicit measures. Add a measure, and use it in the visual.
Sum = SUM ( Table[Column] )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!