Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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
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.
Thank you very much.
qwertzuiop
Solved! Go to Solution.
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 ![]()
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 ![]()
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 6 | |
| 5 |