Forum Discussion
saylee
4 years agoFrequent Visitor
To count total logins by a single user.
I have User Table, Sessions Table & one more table where there are user_id, session_id. I want to find out the total number of logins(sessions) a user has had. eg: a user has had 3 logins fro...
ToddChitt
Super User
4 years agoYou don't. Power BI does that for you if you have proper relationships set up between the User and Sessions tables. Simple create a Table visual with User ID from User, and COUNT of Session ID from Sessions.