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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Help with Expressions in Paginated Reports that refer to subtotals already calculated in Group Cols

Hi,

 

In a paginated report, how could one write a calculated expression (column) that performs the following calculation D / (P - F) at detailed and every Group level?  We can not simply sum the calculations from detailed rows, as shown below.  Thank you

 

 DIPFSummed to ParentCalc at Parent=D/(P-F) 
Row Group       
Level_1=Sum(Fields!D.Value)=Sum(Fields!I.Value)=Sum(Fields!P.Value)=Sum(Fields!F.Value)   
Level_2=Sum(Fields!D.Value)=Sum(Fields!I.Value)=Sum(Fields!P.Value)=Sum(Fields!F.Value)   
Level_3=Sum(Fields!D.Value)=Sum(Fields!I.Value)=Sum(Fields!P.Value)=Sum(Fields!F.Value)   
Level_415065240354.1430.732 
Level_5.111035160253.1430.815 
Employee A102040100.3330.333=D/(P-F)
Employee B4004001.0001.000=D/(P-F)
Employee C201040100.6670.667=D/(P-F)
Employee D4054051.1431.143=D/(P-F)
Level_5.2403080101.0000.571 
Employee E03040100.0000.000=D/(P-F)
Employee F4004001.0001.000=D/(P-F)

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

I think these expression should be modify to aggregate field values based on current level category fields context values:

=IIf(Fields!Revenue.Value > 10000, Sum(Fields!Sales.Value), Nothing)

reporting services - Get previous,current and Next Record in ssrs report in a page - Stack Overflow

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous,

I think these expression should be modify to aggregate field values based on current level category fields context values:

=IIf(Fields!Revenue.Value > 10000, Sum(Fields!Sales.Value), Nothing)

reporting services - Get previous,current and Next Record in ssrs report in a page - Stack Overflow

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.