Forum Discussion
omnia_saleh
2 years agoHelper II
power bi report server loging
I want to get time every one spent in Power bi report server start time he enter and end time while he do not do any action like opening any report , executionlog3 contain user start time and end time he spent in specific report but i do not need this
i need a time every one spend do action and dont do any action, is there a way to know this information?
1 Reply
- ouakninyRegular Visitor
Any action throws a dax query which will appear in the report server log files, you could import those event in a table and then use that table in your own executionlog.