You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer You need to analyze the extracted information by using Microsoft Power Bl. The solution must minimize development effort.
What should you add to the indexer?
Correct Answer: A
* To connect extracted structured data directly to Power BI, you must project the enriched data into Azure Table Storage using a table projection.
* This allows Power BI to query and visualize data with minimal coding.
* Object projection # JSON objects in Blob storage, useful for apps, not BI.
* File projection # Saves images or files, not structured data.
* Projection group # A grouping concept but not directly queried by BI.
The answer: A
Reference: Knowledge store projections in Azure Cognitive Search