Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi all,
I want to write a Measure to get the Max concurrent users per day. My table schema is following:
- User | Startdatetime | Enddate | Endtime
For each day I want the maximum of concurrent users. So If users using the app in the same timerange (startdatetime-enddatetime), they counting as concurrent.
Hope this information is enough 🙂
Thanks!
Hi,
Share some data in a format that can be pasted in an MS Excel file and show the expected result.
There are a number of variations on this including number of Tickets, number of Customers, etc.
A proper dedicated Dates table is a must.
Search through the Forum for patterns that would help.
These two threads would be of value:
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 117 | |
| 38 | |
| 36 | |
| 29 |