Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. 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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 28 | |
| 21 |