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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Paginated report Expression column sum() Grand Total

Hello Gurus,

I am working on a Paginated report where I have created a expression column, I need to show grand total of this expression column. Highlighted in Yellow. 


How to use following formula? 

Expression Formula : =Sum(IIf( (A - Sum(B)) >Sum(C),
                                                 Sum(C)
                                               , (A-Sum(B))
                                                 )
                                              )

 

Expression SUMExpression SUM

 

 

3 REPLIES 3
Anonymous
Not applicable

Hi Abhi,

Didnt get the solution. Do you want us to create Sum column with Wizard and then replace formula with our own?

I meant that you need to use report Items here. For example the textbox that has your Sum(Total_D) normally has a name assigned by default, so give them a suitable name and then use the value of the textbox in your expression which is accessed using  eg ReportItems!TxtBoXname.value where TxtBoXName is the name of your Totals textbox.

AbhiSSRS
Solution Sage
Solution Sage

Hello! This works best when totals are accessed from textbox values in totals row. So you may give names to Totals row textboxes which contain your totals as per requirement and then put final formula in the required textbox as 

=Sum(IIf( (A - ReportItems!txtBtotal.value) >ReportItems!txtCtotal.value),
                                                 ReportItems!txtCtotal.value)
                                               , (A-ReportItems!txtBtotal.value))
                                                 )
                                              )

 

AbhiSSRS_0-1618558610724.png

AbhiSSRS_1-1618558760942.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.