Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
So I have data like this:
User | Logon Time | Logoff Time |
Person A | 03/04/2020 10:00 | 03/04/2020 12:00 |
Person B | 03/04/2020 9:00 | 03/04/2020 11:00 |
Person B | 03/04/2020 11:00 | 03/04/2020 13:00 |
(etc)
My end goal is to have a graph with time on the X axis and count of people logged in on the Y axis.
A person is logged in if X is greater than Logon Time but less than Logoff time.
It feels incredibly doable and I feel like my first step needs to be to make a new table.
I feel like the table's first column should autofill all date/times every 30 minutes from the First logon to the last logoff (or we could use parameters if that's easier?) and then the second column should count each row where Logon < X < Logoff.
Is there any way to autofill a new table with these values and then do the counting in DAX? Even a point in the right direction would be much appreciated.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/td-p/409364
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |