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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JeremyM
Frequent Visitor

Stacked Column Chart with 15min time increments

Hi,

New to Power Bi. I am trying to graph the number of occurrances (rows) per 15min interval. 

 

Sample data:

IDDEVICEIDCREATED_AT
180178456149552021-09-16 14:36:09
180178378149552021-09-16 14:35:58
180178251649552021-09-16 14:35:41
180178174149542021-09-16 14:35:30
180178080849542021-09-16 14:35:18
180178075049552021-09-16 14:35:17
180177969849552021-09-16 14:35:02
180177822349542021-09-16 14:34:42
180177721949552021-09-16 14:34:29
180177651549542021-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.

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

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.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

1 REPLY 1
selimovd
Super User
Super User

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.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.