Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi, community,
Any idea why a measure would not sum up (at all), in Grand total row? Below is the formula.
Solved! Go to Solution.
Hi @niculeica ,
If I understand correctly, the issue is that you couldn’t get the correct subtotals. Please try the following methods and check if they can solve your problem:
1.Try to use the sumx function to sum up. Modify the formula and enter the following DAX formula.
Actual RR =
VAR CUR_RevType = MAX('(Power BI) - Projects & Tasks - Mavenlink'[Revenue Type])
RETURN
IF(CUR_RevType="Fixed Price",[_Actual RR **bleep**]-[_Previous RR **bleep**],
IF(CUR_RevType="Fixed Monthly Fee",[_Actual RR **bleep**],
IF(CUR_RevType="T&M",SUMX(VALUES(Client[Client Name]),[_Billing R]*[_Hours Approved]))))
2.Select the matrix visual. Navigate to the Format section and expand the totals option.
If the above ones can’t help you get it working, could you please provide more raw data(exclude sensitive data) with Text format to make a deep troubleshooting? It would be helpful to find out the solution.
Best Regards,
Wisdom Wu
Hi @niculeica ,
If I understand correctly, the issue is that you couldn’t get the correct subtotals. Please try the following methods and check if they can solve your problem:
1.Try to use the sumx function to sum up. Modify the formula and enter the following DAX formula.
Actual RR =
VAR CUR_RevType = MAX('(Power BI) - Projects & Tasks - Mavenlink'[Revenue Type])
RETURN
IF(CUR_RevType="Fixed Price",[_Actual RR **bleep**]-[_Previous RR **bleep**],
IF(CUR_RevType="Fixed Monthly Fee",[_Actual RR **bleep**],
IF(CUR_RevType="T&M",SUMX(VALUES(Client[Client Name]),[_Billing R]*[_Hours Approved]))))
2.Select the matrix visual. Navigate to the Format section and expand the totals option.
If the above ones can’t help you get it working, could you please provide more raw data(exclude sensitive data) with Text format to make a deep troubleshooting? It would be helpful to find out the solution.
Best Regards,
Wisdom Wu
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |