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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
HI All
I' am working on a Paginated report below , and I would like make a Grand Total ( yellow ) on the expression line
could you please help me ? Table created in matrix winzard
Many thanks
loic
Hi @ldupont ,
You can name the text boxes for the total lines containing the totals as required and then place the final formula in the desired text box. link
like below:
=Sum(Fields!LineTotal.Value, "Order")
' or
=Sum(CDbl(Fields!LineTotal.Value), "Order")
You can also refer to the following similar solution, I hope it will help you.
Re: Paginated report Expression column sum() Grand... - Microsoft Power BI Community
If the problem is still not resolved, please point it out. Looking forward to your feedback.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi v-henryk-mstf
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
4 | |
3 | |
3 | |
2 |