Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
59 | |
35 | |
34 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |