Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
azaterol
Helper V
Helper V

Sum from line diagram

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 €   

line.PNG

 

Thank you

1 ACCEPTED SOLUTION

Use ALLSELECTED in stead of ALL

View solution in original post

4 REPLIES 4
NickolajJessen
Solution Sage
Solution Sage

NickolajJessen_0-1660120682068.png

 

@NickolajJessen  , what If I got an selection checkbox where I can check employees.

Like:


selection.PNG

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

@NickolajJessen thank you! Works great!

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.