Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Alright so I am relatively new to BI, and I wanted to see how this would be best done. I have a couple items that I am trying to display for two different levels of data:
1. Date of the last time a client logged in. (Working)
This I believe is done by taking the loginDate column and switching it to the 'Latest'
2. The total number of logins for each client. (UPDATED - Working)
Ok have one new measure for the 'RPT' Table (to sum up logins by day per id):
Second Measure for the 'ui' table (to sum up logins by per unqsession, since this data is page level):
Total_Logins_UI = sumx(values(ui_PageActionView[LoginDate]),calculate(distinctCOUNT(ui_PageActionView[UnqSession])))
3. The total number of logins for each client in the past 7 days. (Got it working 🙂 )
For the RPT table I created a measure
I have attached the pbix file
Hi @bigfun
Thanks for reaching out to us.
>> Grouping User Logins by Day
what's the expected output? (I opened your pbix file)
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
I think the attached sample file is 126 MB which is going to be too big for most people to research the problem.
If you create a smaller sample file which illustrates the problem, you'll get help.
---
Can you clarify what's working and what's not working in the 3 items you have listed above?
Appreciate the feedback, I will tone down the files in the future.. Thankfully I was able to figure out what I needed to build.
Vote for your favorite vizzies from the Power BI World Championship submissions!
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 |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 103 | |
| 40 | |
| 33 | |
| 25 |