Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
User | Count |
---|---|
84 | |
74 | |
63 | |
51 | |
45 |
User | Count |
---|---|
101 | |
43 | |
41 | |
39 | |
36 |