Forum Discussion
power bi report server metadata
Hi omnia_saleh ,
The ItemAction column in the ExecutionLog3 table in ReportServer tracks the type of action that was performed on a specific item in the report server database. Here is a brief explanation of each of the values you mentioned:
- Render: Indicates that the report was rendered and displayed to the user.
- FindString: Indicates that a search for a specific string was performed within the report.
- QueryData: Indicates that a query was executed to retrieve data for the report.
- ASModelStream: Indicates that a model was loaded from the Analysis Services server.
- ConceptualSchema: Indicates that a conceptual schema was loaded from the Analysis Services server.
- Execute: Indicates that a command was executed against the report server database.
Best Regards,
Community Support Team _ Caitlyn
- omnia_saleh2 years ago
Helper II
can i ask another question, are the table of each dashboard comes from stored in ReportServer database ?