Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
New to Power Bi. I am trying to graph the number of occurrances (rows) per 15min interval.
Sample data:
| ID | DEVICEID | CREATED_AT |
| 1801784561 | 4955 | 2021-09-16 14:36:09 |
| 1801783781 | 4955 | 2021-09-16 14:35:58 |
| 1801782516 | 4955 | 2021-09-16 14:35:41 |
| 1801781741 | 4954 | 2021-09-16 14:35:30 |
| 1801780808 | 4954 | 2021-09-16 14:35:18 |
| 1801780750 | 4955 | 2021-09-16 14:35:17 |
| 1801779698 | 4955 | 2021-09-16 14:35:02 |
| 1801778223 | 4954 | 2021-09-16 14:34:42 |
| 1801777219 | 4955 | 2021-09-16 14:34:29 |
| 1801776515 | 4954 | 2021-09-16 14:34:19 |
Obviously this data is continuous over hours/days/weeks etc.
If I set a date range of 5 days I'd like to see a graph plotted showing the number of transactions per 15 minute period over the full 5 days.
Much appreciated.
Solved! Go to Solution.
Hey @JeremyM ,
add a date dimension and a time dimension with 15 minute buckets to your data model:
PowerBISnippets/Time table with buckets in M.txt at main ยท selimovd/PowerBISnippets (github.com)
Then you can connect both to your fact table and then calculate the amount per date and bucket.
Hey @JeremyM ,
add a date dimension and a time dimension with 15 minute buckets to your data model:
PowerBISnippets/Time table with buckets in M.txt at main ยท selimovd/PowerBISnippets (github.com)
Then you can connect both to your fact table and then calculate the amount per date and bucket.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!