Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I'm trying to evaluate the total allocation percentage for our project like
person 1 project0 20%
Person 1 project1 70%
Person 1 project3 10%
Person 2 project0 90%
Person 2 project1 20%
We need a final output of total allocation for each person... I achieved this using the below formula. However, when we removed the filters we are getting the out of memory error...
Total = sumx('projects', [allocation%])
Is there any alternative measure that I can create instead of the sumx to avoid the memory issue when we remove the filters.
Note: we are getting Correct value using the above function. Just need to fix the performance issue..
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Here is the screenshot of the report. In this we have to get the Total allocation of each person(Example: Stefanie Gran is allocated in 3 projects 140%, 10%, 10% and total is 160%.) Like, we need to get the total of allocation % for each person. I have selected two projects in the Top Filters an if we remove that filter, visual will load and say memory error.
Cannot help you from a screenshot. Please provide sample data in usable format.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 3 | |
| 2 |