Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I need to create a dax expression that calculates the sum of hourly sales, as I need to create a monitoring graph throughout the day. Which dax expression would help me create this calculation? I have a sales table that contains the invoice IDs, the date and time of the invoice and the total value of these invoices, I need to add the sales values every 1 hour.
@barbaraferreira
Total Sales = SUM( 'TableName'[Value])
Try this meassure on a line chart where you will add the invoice date to the X Axis and this measure to the Y axis
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |