Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ldupont
New Member

Paginated report Expression column sum() Grand Total

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

 

ldupont_0-1643384460077.png

Many thanks 

loic 

 

 

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

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 

Many thanks for your answer , I tried to apply your process but it doesn't works , I think I'm using it wrong
1- A rename the line by [wfline] = percentage calculated by line
2- I tried to insert your expression above, and I think that's where I went wrong.
 "Sum(Fields!wfLine.Value, "Order")"what to put in place of order?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ldupont_0-1643627814963.png

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.