Forum Discussion

omnia_saleh's avatar
omnia_saleh
Icon for Helper II rankHelper II
2 years ago

power bi report server metadata

what is the difference between the values in ItemAction column in ExecutionLog3 in ReportServer ?

Render
FindString
QueryData
ASModelStream
ConceptualSchema
Execute

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    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_saleh's avatar
      omnia_saleh
      Icon for Helper II rankHelper II

      can i ask another question, are the table of each dashboard comes from stored in ReportServer database ?