Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |