I'm using storage account to gather Azure Search statistics with current settings by more than one week
And Power BI to view reports. The issue is that even when I'm importing data for 20 days I can't see it in "Search over time report", but only for one day regardless on period I'm selecting.
What is right way of data import or/and date range selecting on this kind of report? Thank's
The problem is caused by some queries with search terms that contain invalid escape sequences (\^ and \~), which cause the JSON parser to fail.
This is a limitation of the Power BI content pack. The options to make it work are the following:
If those options don't work for you, you won't be able to use the Power BI content pack, but you can still analyze the data in Power BI Desktop. Below is a query that add error handling for the JSON parser. The limitation of this approach, is that it will ignore full files (1 hour of data) even if there's only one problematic query
Power BI Desktop query: