Chapter 8: Integrating Natural Language Understanding with Power BI
Whether you are working with small or large amounts of text, it is challenging to automate the ability to extract insights. Imagine customers leaving you with product reviews. By recognizing trends or common issues, you know how to improve the product.
To analyze unstructured text, you can use prebuilt models from Azure Cognitive Services. You can easily integrate these models with Power BI. After using natural language understanding (NLU) models to extract data from text, you can visualize the insights using a Word Cloud.
In this chapter, we'll cover two main ways to call the Language APIs in Power BI Desktop, after which we'll visualize the insights to create a Power BI report. To do this, we will be covering the following topics:
- Using Language APIs in Power BI Desktop
- Visualizing insights from text in reports
Upon completing this chapter, you'll be able to analyze unstructured...