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! Request now
Hi,
I have to make a service level indicator on power bi.
I have a list of orders make by different customers. and I need to sum them to calculate fill rate.
How could i sum them only if the value of a column is the same?
For example
x 5
y 6
x 10
z 12
y 3
I wanna have
x 15
y 9
z 12
is it possible? thanks
Solved! Go to Solution.
HI @Petenausen
I use the following table
Order Value x 5 y 6 x 10 z 12 y 3
And just dragged both columns to the canvas using a TABLE visual which automatically grouped the [Order] column and SUMed the [Value] column
Hi @Petenausen,
In addition, you can also use the formula below to create a new summarize table in this scenario. ![]()
Summarize Table = SUMMARIZECOLUMNS(Table1[Order],"Total Value",SUM(Table1[Value]))
Regards
Hi @Petenausen,
In addition, you can also use the formula below to create a new summarize table in this scenario. ![]()
Summarize Table = SUMMARIZECOLUMNS(Table1[Order],"Total Value",SUM(Table1[Value]))
Regards
HI @Petenausen
I use the following table
Order Value x 5 y 6 x 10 z 12 y 3
And just dragged both columns to the canvas using a TABLE visual which automatically grouped the [Order] column and SUMed the [Value] column
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 48 | |
| 45 |