Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello community,
i try to understand the calculation of a total sum.
I created a new measure to add all hours on days ("Ist-Aufwand"):
Solved! Go to Solution.
I find a solution
I have changed the measure:
Hi @thomas682 ,
Try this:
Total = CALCULATE(SUM(Stunden[Ist-Aufwand]);Filter(ALL(Stunden); Stunden[Datum] <= MAX(Stunden[Datum])))
thanks for your help, but I should to explain want I want:
I have a list of projects with hours working time for every day.
I then filter all projects that I want to evaluate with a BI Filterbox.
In this example You see only the projects with the number "088103" and "088102".
(I often use an addional date filter to limit the analyzing)
As result the total counts each project separately (starts from 1) , but I want the total for all projects without grouped calculation!
e.g.
...the red column is what I want.
Hope I could explain it better understandable
thomas
I find a solution
I have changed the measure:
@thomas682 , Try like
Total =
var x1 = CALCULATE(SUM(Stunden[Ist-Aufwand]);Filter(ALL(Stunden[ProjectNum]); Stunden[ProjectNum] <= MAX(Stunden[ProjectNum])))
return
x1
Vote for your favorite vizzies from the Power BI World Championship submissions!
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 |
|---|---|
| 57 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 115 | |
| 106 | |
| 41 | |
| 34 | |
| 25 |