Form Recognizer を使用して注文書のインデックスを作成する Azure Cognitive Search インスタンスがあり、Microsoft Power BI を使用して抽出された情報を分析する必要があります。ソリューションは開発労力を最小限に抑える必要があります。 インデクサーに何を追加すればよいでしょうか?
正解: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