Forum Discussion
Disclamier
8 years agoRegular Visitor
Log tables in PowerBI SQL Database
Hello, colleagues. I have a question with PBI SQL database. I saw a SQL table named ExecutionLogStorage. It stores data about reports and who viewed them. And I want to find a table with logs like de...
Anonymous
8 years agoNot applicable
See if this view has what you need. It comes with the standard database. Look at the ItemAction column.
SELECT TOP 10*
FROM ExecutionLog3
Disclamier
8 years agoRegular Visitor
Thanks for answer. I saw these ItemActions:
1. DataRefresh
2. Render
3. FindString
4. QueryData
5. SaveToCatalog
6. Toggle (What is this?)
7. ASModelStream
8. ConceptualSchema
9. Execute
And what about Delete? There is no anymore.