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
In the below snip i want to sum of Difference column and diiference column is calculated measure.
please let me know how to calculate
Solved! Go to Solution.
Just to be clear on what you are asking. You are hoping to run the measure for each row in the displayed table, and sum the result correct?
If that the case, you want to use a combination of SUMX and VALUES to make this happen. It likely going to be something like:
Sum Difference = SUMX(
VALUES('YourTable'[Vendor code]),
[Difference]
)
Thanks a lot!!! it works
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 |
|---|---|
| 13 | |
| 11 | |
| 9 | |
| 8 | |
| 6 |