Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
65 | |
51 | |
31 |
User | Count |
---|---|
117 | |
116 | |
71 | |
64 | |
46 |