search_query_history
Search Power BI query history to find and reuse previous DAX queries, locate saved CSV files, and avoid re-running expensive calculations by accessing prior results.
Instructions
Search the local query history log for prior DAX executions.
Every successful execute_dax call is logged with the DAX query,
a short summary of what the user asked for, the result shape, and
the path to any saved CSV file. Use this tool to:
Find previous queries for a dataset so you can reuse or adapt the DAX
Locate saved CSV files from earlier sessions
Audit what data has been pulled and when
Avoid re-running expensive queries when the data already exists locally
Results are returned newest-first. Use keyword to search by intent
(e.g. "revenue by market") — it matches against the query summary,
the DAX text, and the result name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | ||
| dataset_id | No | ||
| since_days | No | ||
| limit | No |