The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |