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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
qwertzuiop
Advocate III
Advocate III

analyse total number of e-mails sent per day

I am very new to Power BI, but I have to present my work in a few days.

 

As you can see in the table, we have the collums:

- transportID

- created

- amountOfEmails

 

dsf.PNG

 

What I need to present is the total number of mails sent per day in a list and as a bar chart.

Can anyone help me?

 

PS: At the moment I only got this.

adsf.PNG

Thank you very much.

qwertzuiop

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @qwertzuiop 

1. Create an additional column with the date only: 

CreationDate = INT( Table1[Created] )

and and convert to Date type

2. Place Table1[CreationDate] in the rows of a table visual and in the axis of a bar chart

3. Place this measure in both visuals:

NumEmails =
SUM( Table1[amountOfemails] )

 

Please mark the question solved when done and consider giving kudos if posts are helpful.

Cheers  Datanaut

View solution in original post

2 REPLIES 2
AlB
Community Champion
Community Champion

Hi @qwertzuiop 

1. Create an additional column with the date only: 

CreationDate = INT( Table1[Created] )

and and convert to Date type

2. Place Table1[CreationDate] in the rows of a table visual and in the axis of a bar chart

3. Place this measure in both visuals:

NumEmails =
SUM( Table1[amountOfemails] )

 

Please mark the question solved when done and consider giving kudos if posts are helpful.

Cheers  Datanaut

@AlB thank you so much for the solution.

 

I wish you all the best!

qwertzuiop

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.