Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
| 9.200 | |
| 0.156 | |
| (0.360) | |
| (1.000) | |
| (0.140) | |
| 0.102 | |
| 0.437 | |
| 0.400 | |
| Total | 8.795 |
Solved! Go to Solution.
@Syndicate_Admin
If you can share the PBIX, it is much more expeditious to validate and solve your requirement
Please try the following formula.
SumTotOk :=
SUMX(
// ------PLEASE CHANGE Table[Company] WITH THE COLUMN ITERATED AT THE VISUAL----------
VALUES( Table[Company] ),
CALCULATE(
SUMX(
Table,
[Revenue]
),
ALLSELECTED()
)
)I hope it is helpful, if so please accept the solution. Kudos are welcome😀
@Syndicate_Admin
If you can share the PBIX, it is much more expeditious to validate and solve your requirement
Please try the following formula.
SumTotOk :=
SUMX(
// ------PLEASE CHANGE Table[Company] WITH THE COLUMN ITERATED AT THE VISUAL----------
VALUES( Table[Company] ),
CALCULATE(
SUMX(
Table,
[Revenue]
),
ALLSELECTED()
)
)I hope it is helpful, if so please accept the solution. Kudos are welcome😀
Hi,
Share the download link of the PBI file and show the problem there clearly.
Here is the sample data and problem measure (Formatted) I used. WIl this work? I can't link to the PBIX
Company1-60 Days61-90
| Company 1 | 9221346.25 |
| Company 2 | 155833.69 |
| Company 3 | -36408.92 |
| Company 4 | -999.97 |
| Company 5 | -14441.8 |
| Compnay 6 | 0 |
| Company 7 | 101983.53 |
| Company 8 | 437385.98 |
| Company 9 | 0 |
| Company 10 | 3967.72 |
Looks like a rounding error. Share the download link of the PBI file.
@Syndicate_Admin
Taking the data from the table loaded in power bi, the calculations are correct in the power bi.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.