The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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