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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Vishruti
Helper I
Helper I

Power BI Desktop Expression with SumX not working in Paginated Report

Hello,

 

I have following measure in Power BI Desktop report:

% Project Completed =

Divide ( Sumx( Table, (Table[TaskDuration]*(Table[TaskPercentCompleted]/100))), sum(Table[TaskDuration]), blank()) + 0

 

When I add this measure in Paginated report, it is not showing the right values.

 

Can you help me write a custom formula that works in paginated report from the above formula?

 

The problem I am facing is that there is no Sumx function in paginated report. Also, I need it to show 0% in case of blank. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Vishruti 

 

Since paginated reports do not support SumX, you'll need to create a calculated field directly within your dataset query. This can be done using SQL if your data source supports it.

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Vishruti 

 

Since paginated reports do not support SumX, you'll need to create a calculated field directly within your dataset query. This can be done using SQL if your data source supports it.

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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