Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
User | Count |
---|---|
92 | |
92 | |
84 | |
80 | |
49 |
User | Count |
---|---|
146 | |
137 | |
109 | |
68 | |
55 |