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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hey all,
is it possible in the line diagramm to show in the quickinfo the sum of the sells day by day from each employee together?
Like here under Ana should be the total: 1425,48 €
Thank you
Solved! Go to Solution.
@NickolajJessen , what If I got an selection checkbox where I can check employees.
Like:
Your result always gives me the final result from all of the employees.
It should only count these together which are selected.
sum =
calculate(
sum('Table (2)'[Amoubt]),
ALL('Table (2)'[Name])
)An idea how I can modify your code? Thank you.
Use ALLSELECTED in stead of ALL
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 67 | |
| 50 |