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
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 Power BI 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!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |